Html Css Color HEX #CF3224 Persian Red

📋 copy color: '#CF3224'

red 207 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #CF3224

Tints of Persian Red #CF3224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.06%

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 70.65%
G = 17.06%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF3224 (or 0xCF3224) is known color: Persian Red. HEX triplet: CF, 32 and 24. RGB value is (207,50,36). Sum of RGB (Red+Green+Blue) = 207+50+36=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3224 is #30CDDB. Grayscale: #5F5F5F. Windows color (decimal): -3198428 or 2372303. OLE color: 2372303.

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

Color convert

RGB 207 50 36 -
CMYK 0 0.76 0.83 0.19
HSL 4.91º 0.7% 0.48% -
HSV(B) 4.91º 0.83% 0.81% -
XYZ 27.19 15.67 3.26 -
YUV 95.35 94.51 207.64 -
System Red Green Blue C M Y K H S L
Decimal 207 50 36 0 0.76 0.83 0.19 4.91 0.7 0.48
Hex CF 32 24 0 4C 53 13 5 46 30
Octal 317 62 44 0 114 123 23 5 106 60
Binary 11001111 110010 100100 0 1001100 1010011 10011 101 1000110 110000

Color Harmonies of #CF3224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3224

Black with #CF3224

Text Example


Text Example

White with #CF3224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3224; }

 p { color: rgb(207,50,36); }

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

background-color css

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

 a { background-color: rgb(207,50,36); }

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

border-color css

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

 span { border-color: rgb(207,50,36); }

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