Html Css Color HEX #CF3C2C Persian Red

📋 copy color: '#CF3C2C'

red 207 ◦ green 60 ◦ blue 44

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

Shades of Persian Red #CF3C2C

Tints of Persian Red #CF3C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 66.56%
G = 19.29%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF3C2C (or 0xCF3C2C) is known color: Persian Red. HEX triplet: CF, 3C and 2C. RGB value is (207,60,44). Sum of RGB (Red+Green+Blue) = 207+60+44=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C2C is #30C3D3. Grayscale: #666666. Windows color (decimal): -3195860 or 2899151. OLE color: 2899151.

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

Color convert

RGB 207 60 44 -
CMYK 0 0.71 0.79 0.19
HSL 5.89º 0.65% 0.49% -
HSV(B) 5.89º 0.79% 0.81% -
XYZ 27.8 16.68 4.14 -
YUV 102.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 207 60 44 0 0.71 0.79 0.19 5.89 0.65 0.49
Hex CF 3C 2C 0 47 4F 13 6 41 31
Octal 317 74 54 0 107 117 23 6 101 61
Binary 11001111 111100 101100 0 1000111 1001111 10011 110 1000001 110001

Color Harmonies of #CF3C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C2C

Black with #CF3C2C

Text Example


Text Example

White with #CF3C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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