Html Css Color HEX #CC2D23 Persian Red

📋 copy color: '#CC2D23'

red 204 ◦ green 45 ◦ blue 35

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

Shades of Persian Red #CC2D23

Tints of Persian Red #CC2D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.85%

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

R = 71.83%
G = 15.85%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC2D23 (or 0xCC2D23) is known color: Persian Red. HEX triplet: CC, 2D and 23. RGB value is (204,45,35). Sum of RGB (Red+Green+Blue) = 204+45+35=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2D23 is #33D2DC. Grayscale: #5B5B5B. Windows color (decimal): -3396317 or 2305484. OLE color: 2305484.

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

Color convert

RGB 204 45 35 -
CMYK 0 0.78 0.83 0.2
HSL 3.55º 0.71% 0.47% -
HSV(B) 3.55º 0.83% 0.8% -
XYZ 26.14 14.84 3.08 -
YUV 91.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 204 45 35 0 0.78 0.83 0.2 3.55 0.71 0.47
Hex CC 2D 23 0 4E 53 14 4 47 2F
Octal 314 55 43 0 116 123 24 4 107 57
Binary 11001100 101101 100011 0 1001110 1010011 10100 100 1000111 101111

Color Harmonies of #CC2D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D23

Black with #CC2D23

Text Example


Text Example

White with #CC2D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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