Html Css Color HEX #CF3A2C Persian Red

📋 copy color: '#CF3A2C'

red 207 ◦ green 58 ◦ blue 44

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

Shades of Persian Red #CF3A2C

Tints of Persian Red #CF3A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.77%

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

R = 66.99%
G = 18.77%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF3A2C (or 0xCF3A2C) is known color: Persian Red. HEX triplet: CF, 3A and 2C. RGB value is (207,58,44). Sum of RGB (Red+Green+Blue) = 207+58+44=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A2C is #30C5D3. Grayscale: #656565. Windows color (decimal): -3196372 or 2898639. OLE color: 2898639.

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

Color convert

RGB 207 58 44 -
CMYK 0 0.72 0.79 0.19
HSL 5.15º 0.65% 0.49% -
HSV(B) 5.15º 0.79% 0.81% -
XYZ 27.7 16.47 4.1 -
YUV 100.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 207 58 44 0 0.72 0.79 0.19 5.15 0.65 0.49
Hex CF 3A 2C 0 48 4F 13 5 41 31
Octal 317 72 54 0 110 117 23 5 101 61
Binary 11001111 111010 101100 0 1001000 1001111 10011 101 1000001 110001

Color Harmonies of #CF3A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A2C

Black with #CF3A2C

Text Example


Text Example

White with #CF3A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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