Html Css Color HEX #CF2C22 Persian Red

📋 copy color: '#CF2C22'

red 207 ◦ green 44 ◦ blue 34

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

Shades of Persian Red #CF2C22

Tints of Persian Red #CF2C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.44%

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 72.63%
G = 15.44%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF2C22 (or 0xCF2C22) is known color: Persian Red. HEX triplet: CF, 2C and 22. RGB value is (207,44,34). Sum of RGB (Red+Green+Blue) = 207+44+34=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2C22 is #30D3DD. Grayscale: #5B5B5B. Windows color (decimal): -3199966 or 2239695. OLE color: 2239695.

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

Color convert

RGB 207 44 34 -
CMYK 0 0.79 0.84 0.19
HSL 3.47º 0.72% 0.47% -
HSV(B) 3.47º 0.84% 0.81% -
XYZ 26.92 15.18 3.02 -
YUV 91.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 207 44 34 0 0.79 0.84 0.19 3.47 0.72 0.47
Hex CF 2C 22 0 4F 54 13 3 48 2F
Octal 317 54 42 0 117 124 23 3 110 57
Binary 11001111 101100 100010 0 1001111 1010100 10011 11 1001000 101111

Color Harmonies of #CF2C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2C22

Black with #CF2C22

Text Example


Text Example

White with #CF2C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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