Html Css Color HEX #CC2822 Persian Red

📋 copy color: '#CC2822'

red 204 ◦ green 40 ◦ blue 34

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

Shades of Persian Red #CC2822

Tints of Persian Red #CC2822

RGB

 RED value IS 204 (80.08% from 255) = 73.38%

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

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

R = 73.38%
G = 14.39%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC2822 (or 0xCC2822) is known color: Persian Red. HEX triplet: CC, 28 and 22. RGB value is (204,40,34). Sum of RGB (Red+Green+Blue) = 204+40+34=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2822 is #33D7DD. Grayscale: #585858. Windows color (decimal): -3397598 or 2238668. OLE color: 2238668.

HSL color Cylindrical-coordinate representation of color #CC2822: hue angle of 2.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2822 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 40 34 -
CMYK 0 0.80 0.83 0.2
HSL 2.12º 0.71% 0.47% -
HSV(B) 2.12º 0.83% 0.8% -
XYZ 25.95 14.47 2.94 -
YUV 88.35 97.33 210.49 -
System Red Green Blue C M Y K H S L
Decimal 204 40 34 0 0.80 0.83 0.2 2.12 0.71 0.47
Hex CC 28 22 0 50 53 14 2 47 2F
Octal 314 50 42 0 120 123 24 2 107 57
Binary 11001100 101000 100010 0 1010000 1010011 10100 10 1000111 101111

Color Harmonies of #CC2822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2822

Black with #CC2822

Text Example


Text Example

White with #CC2822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2822; }

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

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

background-color css

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

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

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

border-color css

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

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

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