Html Css Color HEX #CF4037 Persian Red

📋 copy color: '#CF4037'

red 207 ◦ green 64 ◦ blue 55

#CF4037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CF4037

Tints of Persian Red #CF4037

RGB

 RED value IS 207 (81.25% from 255) = 63.5%

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 63.5%
G = 19.63%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF4037 (or 0xCF4037) is known color: Persian Red. HEX triplet: CF, 40 and 37. RGB value is (207,64,55). Sum of RGB (Red+Green+Blue) = 207+64+55=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4037 is #30BFC8. Grayscale: #696969. Windows color (decimal): -3194825 or 3621071. OLE color: 3621071.

HSL color Cylindrical-coordinate representation of color #CF4037: hue angle of 3.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF4037 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 64 55 -
CMYK 0 0.69 0.73 0.19
HSL 3.55º 0.61% 0.51% -
HSV(B) 3.55º 0.73% 0.81% -
XYZ 28.26 17.21 5.45 -
YUV 105.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 207 64 55 0 0.69 0.73 0.19 3.55 0.61 0.51
Hex CF 40 37 0 45 49 13 4 3D 33
Octal 317 100 67 0 105 111 23 4 75 63
Binary 11001111 1000000 110111 0 1000101 1001001 10011 100 111101 110011

Color Harmonies of #CF4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4037

Black with #CF4037

Text Example


Text Example

White with #CF4037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4037; }

 p { color: rgb(207,64,55); }

 H1.HeaderClassName
 {
   color: #CF4037;
 }
 .AnyTagClassName
 {
   color: #CF4037;
 }
</style>

background-color css

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

 a { background-color: rgb(207,64,55); }

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

border-color css

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

 span { border-color: rgb(207,64,55); }

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