Html Css Color HEX #CC392C Persian Red

📋 copy color: '#CC392C'

red 204 ◦ green 57 ◦ blue 44

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

Shades of Persian Red #CC392C

Tints of Persian Red #CC392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 66.89%
G = 18.69%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC392C (or 0xCC392C) is known color: Persian Red. HEX triplet: CC, 39 and 2C. RGB value is (204,57,44). Sum of RGB (Red+Green+Blue) = 204+57+44=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC392C is #33C6D3. Grayscale: #636363. Windows color (decimal): -3393236 or 2898380. OLE color: 2898380.

HSL color Cylindrical-coordinate representation of color #CC392C: hue angle of 4.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC392C is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 44 -
CMYK 0 0.72 0.78 0.2
HSL 4.88º 0.65% 0.49% -
HSV(B) 4.88º 0.78% 0.8% -
XYZ 26.82 15.95 4.05 -
YUV 99.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 204 57 44 0 0.72 0.78 0.2 4.88 0.65 0.49
Hex CC 39 2C 0 48 4E 14 5 41 31
Octal 314 71 54 0 110 116 24 5 101 61
Binary 11001100 111001 101100 0 1001000 1001110 10100 101 1000001 110001

Color Harmonies of #CC392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC392C

Black with #CC392C

Text Example


Text Example

White with #CC392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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