Html Css Color HEX #CC2C23 Persian Red

📋 copy color: '#CC2C23'

red 204 ◦ green 44 ◦ blue 35

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

Shades of Persian Red #CC2C23

Tints of Persian Red #CC2C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.55%

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

R = 72.08%
G = 15.55%
B = 12.37%

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

#CC2C23 (or 0xCC2C23) is known color: Persian Red. HEX triplet: CC, 2C and 23. RGB value is (204,44,35). Sum of RGB (Red+Green+Blue) = 204+44+35=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C23 is #33D3DC. Grayscale: #5B5B5B. Windows color (decimal): -3396573 or 2305228. OLE color: 2305228.

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

Color convert

RGB 204 44 35 -
CMYK 0 0.78 0.83 0.2
HSL 3.2º 0.71% 0.47% -
HSV(B) 3.2º 0.83% 0.8% -
XYZ 26.11 14.76 3.06 -
YUV 90.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 204 44 35 0 0.78 0.83 0.2 3.2 0.71 0.47
Hex CC 2C 23 0 4E 53 14 3 47 2F
Octal 314 54 43 0 116 123 24 3 107 57
Binary 11001100 101100 100011 0 1001110 1010011 10100 11 1000111 101111

Color Harmonies of #CC2C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C23

Black with #CC2C23

Text Example


Text Example

White with #CC2C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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