Html Css Color HEX #CC3C32 Persian Red

📋 copy color: '#CC3C32'

red 204 ◦ green 60 ◦ blue 50

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

Shades of Persian Red #CC3C32

Tints of Persian Red #CC3C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 64.97%
G = 19.11%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC3C32 (or 0xCC3C32) is known color: Persian Red. HEX triplet: CC, 3C and 32. RGB value is (204,60,50). Sum of RGB (Red+Green+Blue) = 204+60+50=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C32 is #33C3CD. Grayscale: #666666. Windows color (decimal): -3392462 or 3292364. OLE color: 3292364.

HSL color Cylindrical-coordinate representation of color #CC3C32: hue angle of 3.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3C32 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 60 50 -
CMYK 0 0.71 0.75 0.2
HSL 3.9º 0.61% 0.5% -
HSV(B) 3.9º 0.75% 0.8% -
XYZ 27.09 16.3 4.74 -
YUV 101.92 98.71 200.81 -
System Red Green Blue C M Y K H S L
Decimal 204 60 50 0 0.71 0.75 0.2 3.9 0.61 0.5
Hex CC 3C 32 0 47 4B 14 4 3D 32
Octal 314 74 62 0 107 113 24 4 75 62
Binary 11001100 111100 110010 0 1000111 1001011 10100 100 111101 110010

Color Harmonies of #CC3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C32

Black with #CC3C32

Text Example


Text Example

White with #CC3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C32; }

 p { color: rgb(204,60,50); }

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

background-color css

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

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

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

border-color css

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

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

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