Html Css Color HEX #CC2423 Persian Red

📋 copy color: '#CC2423'

red 204 ◦ green 36 ◦ blue 35

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

Shades of Persian Red #CC2423

Tints of Persian Red #CC2423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

 BLUE value IS 35 (14.06% from 255) = 12.73%

R = 74.18%
G = 13.09%
B = 12.73%

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

#CC2423 (or 0xCC2423) is known color: Persian Red. HEX triplet: CC, 24 and 23. RGB value is (204,36,35). Sum of RGB (Red+Green+Blue) = 204+36+35=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2423 is #33DBDC. Grayscale: #565656. Windows color (decimal): -3398621 or 2303180. OLE color: 2303180.

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

Color convert

RGB 204 36 35 -
CMYK 0 0.82 0.83 0.2
HSL 0.36º 0.71% 0.47% -
HSV(B) 0.36º 0.83% 0.8% -
XYZ 25.84 14.22 2.97 -
YUV 86.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 204 36 35 0 0.82 0.83 0.2 0.36 0.71 0.47
Hex CC 24 23 0 52 53 14 0 47 2F
Octal 314 44 43 0 122 123 24 0 107 57
Binary 11001100 100100 100011 0 1010010 1010011 10100 0 1000111 101111

Color Harmonies of #CC2423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2423

Black with #CC2423

Text Example


Text Example

White with #CC2423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2423; }

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

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

background-color css

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

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

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

border-color css

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

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

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