Html Css Color HEX #CF3C27 Persian Red

📋 copy color: '#CF3C27'

red 207 ◦ green 60 ◦ blue 39

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

Shades of Persian Red #CF3C27

Tints of Persian Red #CF3C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

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

R = 67.65%
G = 19.61%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF3C27 (or 0xCF3C27) is known color: Persian Red. HEX triplet: CF, 3C and 27. RGB value is (207,60,39). Sum of RGB (Red+Green+Blue) = 207+60+39=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C27 is #30C3D8. Grayscale: #656565. Windows color (decimal): -3195865 or 2571471. OLE color: 2571471.

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

Color convert

RGB 207 60 39 -
CMYK 0 0.71 0.81 0.19
HSL 7.5º 0.68% 0.48% -
HSV(B) 7.5º 0.81% 0.81% -
XYZ 27.71 16.64 3.67 -
YUV 101.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 207 60 39 0 0.71 0.81 0.19 7.5 0.68 0.48
Hex CF 3C 27 0 47 51 13 8 44 30
Octal 317 74 47 0 107 121 23 10 104 60
Binary 11001111 111100 100111 0 1000111 1010001 10011 1000 1000100 110000

Color Harmonies of #CF3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C27

Black with #CF3C27

Text Example


Text Example

White with #CF3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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