Html Css Color HEX #CF3C39 Persian Red

📋 copy color: '#CF3C39'

red 207 ◦ green 60 ◦ blue 57

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

Shades of Persian Red #CF3C39

Tints of Persian Red #CF3C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.59%

R = 63.89%
G = 18.52%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF3C39 (or 0xCF3C39) is known color: Persian Red. HEX triplet: CF, 3C and 39. RGB value is (207,60,57). Sum of RGB (Red+Green+Blue) = 207+60+57=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C39 is #30C3C6. Grayscale: #676767. Windows color (decimal): -3195847 or 3751119. OLE color: 3751119.

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

Color convert

RGB 207 60 57 -
CMYK 0 0.71 0.72 0.19
HSL 1.2º 0.61% 0.52% -
HSV(B) 1.2º 0.72% 0.81% -
XYZ 28.09 16.79 5.63 -
YUV 103.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 207 60 57 0 0.71 0.72 0.19 1.2 0.61 0.52
Hex CF 3C 39 0 47 48 13 1 3D 34
Octal 317 74 71 0 107 110 23 1 75 64
Binary 11001111 111100 111001 0 1000111 1001000 10011 1 111101 110100

Color Harmonies of #CF3C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C39

Black with #CF3C39

Text Example


Text Example

White with #CF3C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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