Html Css Color HEX #CF3736 Persian Red

📋 copy color: '#CF3736'

red 207 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #CF3736

Tints of Persian Red #CF3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 65.51%
G = 17.41%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF3736 (or 0xCF3736) is known color: Persian Red. HEX triplet: CF, 37 and 36. RGB value is (207,55,54). Sum of RGB (Red+Green+Blue) = 207+55+54=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3736 is #30C8C9. Grayscale: #646464. Windows color (decimal): -3197130 or 3553231. OLE color: 3553231.

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

Color convert

RGB 207 55 54 -
CMYK 0 0.73 0.74 0.19
HSL 0.39º 0.61% 0.51% -
HSV(B) 0.39º 0.74% 0.81% -
XYZ 27.76 16.26 5.17 -
YUV 100.33 101.86 204.08 -
System Red Green Blue C M Y K H S L
Decimal 207 55 54 0 0.73 0.74 0.19 0.39 0.61 0.51
Hex CF 37 36 0 49 4A 13 0 3D 33
Octal 317 67 66 0 111 112 23 0 75 63
Binary 11001111 110111 110110 0 1001001 1001010 10011 0 111101 110011

Color Harmonies of #CF3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3736

Black with #CF3736

Text Example


Text Example

White with #CF3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3736; }

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

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

background-color css

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

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

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

border-color css

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

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

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