Html Css Color HEX #CC2320 Persian Red

📋 copy color: '#CC2320'

red 204 ◦ green 35 ◦ blue 32

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

Shades of Persian Red #CC2320

Tints of Persian Red #CC2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.92%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 75.28%
G = 12.92%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2320 (or 0xCC2320) is known color: Persian Red. HEX triplet: CC, 23 and 20. RGB value is (204,35,32). Sum of RGB (Red+Green+Blue) = 204+35+32=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2320 is #33DCDF. Grayscale: #555555. Windows color (decimal): -3398880 or 2106316. OLE color: 2106316.

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

Color convert

RGB 204 35 32 -
CMYK 0 0.83 0.84 0.2
HSL 1.05º 0.73% 0.46% -
HSV(B) 1.05º 0.84% 0.8% -
XYZ 25.76 14.14 2.74 -
YUV 85.19 97.99 212.74 -
System Red Green Blue C M Y K H S L
Decimal 204 35 32 0 0.83 0.84 0.2 1.05 0.73 0.46
Hex CC 23 20 0 53 54 14 1 49 2E
Octal 314 43 40 0 123 124 24 1 111 56
Binary 11001100 100011 100000 0 1010011 1010100 10100 1 1001001 101110

Color Harmonies of #CC2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2320

Black with #CC2320

Text Example


Text Example

White with #CC2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2320; }

 p { color: rgb(204,35,32); }

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

background-color css

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

 a { background-color: rgb(204,35,32); }

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

border-color css

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

 span { border-color: rgb(204,35,32); }

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