Html Css Color HEX #CF3F27 Persian Red

📋 copy color: '#CF3F27'

red 207 ◦ green 63 ◦ blue 39

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

Shades of Persian Red #CF3F27

Tints of Persian Red #CF3F27

RGB

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

 GREEN value IS 63 (25% from 255) = 20.39%

 BLUE value IS 39 (15.63% from 255) = 12.62%

R = 66.99%
G = 20.39%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF3F27 (or 0xCF3F27) is known color: Persian Red. HEX triplet: CF, 3F and 27. RGB value is (207,63,39). Sum of RGB (Red+Green+Blue) = 207+63+39=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F27 is #30C0D8. Grayscale: #676767. Windows color (decimal): -3195097 or 2572239. OLE color: 2572239.

HSL color Cylindrical-coordinate representation of color #CF3F27: hue angle of 8.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF3F27 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 63 39 -
CMYK 0 0.70 0.81 0.19
HSL 8.57º 0.68% 0.48% -
HSV(B) 8.57º 0.81% 0.81% -
XYZ 27.88 16.97 3.73 -
YUV 103.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 207 63 39 0 0.70 0.81 0.19 8.57 0.68 0.48
Hex CF 3F 27 0 46 51 13 9 44 30
Octal 317 77 47 0 106 121 23 11 104 60
Binary 11001111 111111 100111 0 1000110 1010001 10011 1001 1000100 110000

Color Harmonies of #CF3F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3F27

Black with #CF3F27

Text Example


Text Example

White with #CF3F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3F27; }

 p { color: rgb(207,63,39); }

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

background-color css

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

 a { background-color: rgb(207,63,39); }

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

border-color css

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

 span { border-color: rgb(207,63,39); }

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