Html Css Color HEX #CC392B Persian Red

📋 copy color: '#CC392B'

red 204 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #CC392B

Tints of Persian Red #CC392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 67.11%
G = 18.75%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC392B (or 0xCC392B) is known color: Persian Red. HEX triplet: CC, 39 and 2B. RGB value is (204,57,43). Sum of RGB (Red+Green+Blue) = 204+57+43=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC392B is #33C6D4. Grayscale: #636363. Windows color (decimal): -3393237 or 2832844. OLE color: 2832844.

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

Color convert

RGB 204 57 43 -
CMYK 0 0.72 0.79 0.2
HSL 5.22º 0.65% 0.48% -
HSV(B) 5.22º 0.79% 0.8% -
XYZ 26.8 15.94 3.95 -
YUV 99.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 204 57 43 0 0.72 0.79 0.2 5.22 0.65 0.48
Hex CC 39 2B 0 48 4F 14 5 41 30
Octal 314 71 53 0 110 117 24 5 101 60
Binary 11001100 111001 101011 0 1001000 1001111 10100 101 1000001 110000

Color Harmonies of #CC392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC392B

Black with #CC392B

Text Example


Text Example

White with #CC392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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