Html Css Color HEX #CC2521 Persian Red

📋 copy color: '#CC2521'

red 204 ◦ green 37 ◦ blue 33

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

Shades of Persian Red #CC2521

Tints of Persian Red #CC2521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.04%

R = 74.45%
G = 13.5%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2521 (or 0xCC2521) is known color: Persian Red. HEX triplet: CC, 25 and 21. RGB value is (204,37,33). Sum of RGB (Red+Green+Blue) = 204+37+33=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2521 is #33DADE. Grayscale: #565656. Windows color (decimal): -3398367 or 2172364. OLE color: 2172364.

HSL color Cylindrical-coordinate representation of color #CC2521: hue angle of 1.4º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2521 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 37 33 -
CMYK 0 0.82 0.84 0.2
HSL 1.4º 0.72% 0.46% -
HSV(B) 1.4º 0.84% 0.8% -
XYZ 25.84 14.27 2.83 -
YUV 86.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 204 37 33 0 0.82 0.84 0.2 1.4 0.72 0.46
Hex CC 25 21 0 52 54 14 1 48 2E
Octal 314 45 41 0 122 124 24 1 110 56
Binary 11001100 100101 100001 0 1010010 1010100 10100 1 1001000 101110

Color Harmonies of #CC2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2521

Black with #CC2521

Text Example


Text Example

White with #CC2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2521; }

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

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

background-color css

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

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

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

border-color css

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

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

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