Html Css Color HEX #CC2323 Persian Red

📋 copy color: '#CC2323'

red 204 ◦ green 35 ◦ blue 35

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

Shades of Persian Red #CC2323

Tints of Persian Red #CC2323

RGB

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

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

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

R = 74.45%
G = 12.77%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC2323 (or 0xCC2323) is known color: Persian Red. HEX triplet: CC, 23 and 23. RGB value is (204,35,35). Sum of RGB (Red+Green+Blue) = 204+35+35=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2323 is #33DCDC. Grayscale: #555555. Windows color (decimal): -3398877 or 2302924. OLE color: 2302924.

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

Color convert

RGB 204 35 35 -
CMYK 0 0.83 0.83 0.2
HSL 0.71% 0.47% -
HSV(B) 0.83% 0.8% -
XYZ 25.81 14.16 2.96 -
YUV 85.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 204 35 35 0 0.83 0.83 0.2 0 0.71 0.47
Hex CC 23 23 0 53 53 14 0 47 2F
Octal 314 43 43 0 123 123 24 0 107 57
Binary 11001100 100011 100011 0 1010011 1010011 10100 0 1000111 101111

Color Harmonies of #CC2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2323

Black with #CC2323

Text Example


Text Example

White with #CC2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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