Html Css Color HEX #CC2E22 Persian Red

📋 copy color: '#CC2E22'

red 204 ◦ green 46 ◦ blue 34

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

Shades of Persian Red #CC2E22

Tints of Persian Red #CC2E22

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

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

R = 71.83%
G = 16.2%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC2E22 (or 0xCC2E22) is known color: Persian Red. HEX triplet: CC, 2E and 22. RGB value is (204,46,34). Sum of RGB (Red+Green+Blue) = 204+46+34=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E22 is #33D1DD. Grayscale: #5C5C5C. Windows color (decimal): -3396062 or 2240204. OLE color: 2240204.

HSL color Cylindrical-coordinate representation of color #CC2E22: hue angle of 4.24º 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 #CC2E22 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 46 34 -
CMYK 0 0.77 0.83 0.2
HSL 4.24º 0.71% 0.47% -
HSV(B) 4.24º 0.83% 0.8% -
XYZ 26.17 14.91 3.01 -
YUV 91.87 95.35 207.98 -
System Red Green Blue C M Y K H S L
Decimal 204 46 34 0 0.77 0.83 0.2 4.24 0.71 0.47
Hex CC 2E 22 0 4D 53 14 4 47 2F
Octal 314 56 42 0 115 123 24 4 107 57
Binary 11001100 101110 100010 0 1001101 1010011 10100 100 1000111 101111

Color Harmonies of #CC2E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E22

Black with #CC2E22

Text Example


Text Example

White with #CC2E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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