Html Css Color HEX #CF3E37 Persian Red

📋 copy color: '#CF3E37'

red 207 ◦ green 62 ◦ blue 55

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

Shades of Persian Red #CF3E37

Tints of Persian Red #CF3E37

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.14%

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

R = 63.89%
G = 19.14%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF3E37 (or 0xCF3E37) is known color: Persian Red. HEX triplet: CF, 3E and 37. RGB value is (207,62,55). Sum of RGB (Red+Green+Blue) = 207+62+55=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E37 is #30C1C8. Grayscale: #686868. Windows color (decimal): -3195337 or 3620559. OLE color: 3620559.

HSL color Cylindrical-coordinate representation of color #CF3E37: hue angle of 2.76º 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 #CF3E37 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 62 55 -
CMYK 0 0.70 0.73 0.19
HSL 2.76º 0.61% 0.51% -
HSV(B) 2.76º 0.73% 0.81% -
XYZ 28.14 16.99 5.41 -
YUV 104.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 207 62 55 0 0.70 0.73 0.19 2.76 0.61 0.51
Hex CF 3E 37 0 46 49 13 3 3D 33
Octal 317 76 67 0 106 111 23 3 75 63
Binary 11001111 111110 110111 0 1000110 1001001 10011 11 111101 110011

Color Harmonies of #CF3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E37

Black with #CF3E37

Text Example


Text Example

White with #CF3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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