Html Css Color HEX #CF2822 Persian Red

📋 copy color: '#CF2822'

red 207 ◦ green 40 ◦ blue 34

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

Shades of Persian Red #CF2822

Tints of Persian Red #CF2822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

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

R = 73.67%
G = 14.23%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF2822 (or 0xCF2822) is known color: Persian Red. HEX triplet: CF, 28 and 22. RGB value is (207,40,34). Sum of RGB (Red+Green+Blue) = 207+40+34=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2822 is #30D7DD. Grayscale: #595959. Windows color (decimal): -3200990 or 2238671. OLE color: 2238671.

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

Color convert

RGB 207 40 34 -
CMYK 0 0.81 0.84 0.19
HSL 2.08º 0.72% 0.47% -
HSV(B) 2.08º 0.84% 0.81% -
XYZ 26.78 14.9 2.98 -
YUV 89.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 207 40 34 0 0.81 0.84 0.19 2.08 0.72 0.47
Hex CF 28 22 0 51 54 13 2 48 2F
Octal 317 50 42 0 121 124 23 2 110 57
Binary 11001111 101000 100010 0 1010001 1010100 10011 10 1001000 101111

Color Harmonies of #CF2822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2822

Black with #CF2822

Text Example


Text Example

White with #CF2822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2822; }

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

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

background-color css

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

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

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

border-color css

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

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

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