#cf3a2f

Color #CF3A2F Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CF3A2F

Tints of Persian Red #CF3A2F

Color information

#CF3A2F (or 0xCF3A2F) is unknown color: approx Persian Red. HEX triplet: CF, 3A and 2F. RGB value is (207,58,47). Sum of RGB (Red+Green+Blue) = 207+58+47=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A2F is #30C5D0. Grayscale: #656565. Windows color (decimal): -3196369 or 3095247. OLE color: 3095247.

HSL color Cylindrical-coordinate representation of color #CF3A2F: hue angle of 4.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3A2F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB2075847-
CMYK00.720.770.19
HSL4.12º62.99%49.8%-
HSV(B)4.12º77.29%81.18%-
XYZ27.7616.54.41-
YUV101.397.36203.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 66.35%
GREEN value IS 58 (23.05% from 255) = 18.59%
BLUE value IS 47 (18.75% from 255) = 15.06%
R=66.35%
G=18.59%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207584700.720.770.194.1262.9949.8
HexCF3A2F0484D1343f32
Octal317725701101152347762
Binary1100111111101010111101001000100110110011100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3a2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3a2f; }

 p { color: rgb(207,58,47); }

 H1.HeaderClassName
 {
   color: #cf3a2f;
 }
 .AnyTagClassName
 {
   color: #cf3a2f;
 }
</style>
background-color css

<style>
 a { background-color: #cf3a2f; }

 a { background-color: rgb(207,58,47); }

 div.DivClassName
 {
   background-color: #cf3a2f;
 }
 .BgClassName
 {
   background-color: #cf3a2f;
 }
</style>
border-color css

<style>
 span { border-color: #cf3a2f; }

 span { border-color: rgb(207,58,47); }

 td.TdClassName
 {
   border-color: #cf3a2f;
 }
 .TagClassName
 {
   border-color: #cf3a2f;
 }
</style>