Html Css Color HEX #CC2522 Persian Red

📋 copy color: '#CC2522'

red 204 ◦ green 37 ◦ blue 34

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

Shades of Persian Red #CC2522

Tints of Persian Red #CC2522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 74.18%
G = 13.45%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC2522 (or 0xCC2522) is known color: Persian Red. HEX triplet: CC, 25 and 22. RGB value is (204,37,34). Sum of RGB (Red+Green+Blue) = 204+37+34=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2522 is #33DADD. Grayscale: #565656. Windows color (decimal): -3398366 or 2237900. OLE color: 2237900.

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

Color convert

RGB 204 37 34 -
CMYK 0 0.82 0.83 0.2
HSL 1.06º 0.71% 0.47% -
HSV(B) 1.06º 0.83% 0.8% -
XYZ 25.85 14.28 2.91 -
YUV 86.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 204 37 34 0 0.82 0.83 0.2 1.06 0.71 0.47
Hex CC 25 22 0 52 53 14 1 47 2F
Octal 314 45 42 0 122 123 24 1 107 57
Binary 11001100 100101 100010 0 1010010 1010011 10100 1 1000111 101111

Color Harmonies of #CC2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2522

Black with #CC2522

Text Example


Text Example

White with #CC2522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2522; }

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

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

background-color css

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

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

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

border-color css

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

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

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