Html Css Color HEX #CC2721 Persian Red

📋 copy color: '#CC2721'

red 204 ◦ green 39 ◦ blue 33

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

Shades of Persian Red #CC2721

Tints of Persian Red #CC2721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

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

R = 73.91%
G = 14.13%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2721 (or 0xCC2721) is known color: Persian Red. HEX triplet: CC, 27 and 21. RGB value is (204,39,33). Sum of RGB (Red+Green+Blue) = 204+39+33=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2721 is #33D8DE. Grayscale: #575757. Windows color (decimal): -3397855 or 2172876. OLE color: 2172876.

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

Color convert

RGB 204 39 33 -
CMYK 0 0.81 0.84 0.2
HSL 2.11º 0.72% 0.46% -
HSV(B) 2.11º 0.84% 0.8% -
XYZ 25.9 14.4 2.85 -
YUV 87.65 97.16 210.99 -
System Red Green Blue C M Y K H S L
Decimal 204 39 33 0 0.81 0.84 0.2 2.11 0.72 0.46
Hex CC 27 21 0 51 54 14 2 48 2E
Octal 314 47 41 0 121 124 24 2 110 56
Binary 11001100 100111 100001 0 1010001 1010100 10100 10 1001000 101110

Color Harmonies of #CC2721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2721

Black with #CC2721

Text Example


Text Example

White with #CC2721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2721; }

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

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

background-color css

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

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

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

border-color css

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

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

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