Html Css Color HEX #CC3932 Persian Red

📋 copy color: '#CC3932'

red 204 ◦ green 57 ◦ blue 50

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

Shades of Persian Red #CC3932

Tints of Persian Red #CC3932

RGB

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

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

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

R = 65.59%
G = 18.33%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC3932 (or 0xCC3932) is known color: Persian Red. HEX triplet: CC, 39 and 32. RGB value is (204,57,50). Sum of RGB (Red+Green+Blue) = 204+57+50=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3932 is #33C6CD. Grayscale: #646464. Windows color (decimal): -3393230 or 3291596. OLE color: 3291596.

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

Color convert

RGB 204 57 50 -
CMYK 0 0.72 0.75 0.2
HSL 2.73º 0.61% 0.5% -
HSV(B) 2.73º 0.75% 0.8% -
XYZ 26.94 15.99 4.68 -
YUV 100.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 204 57 50 0 0.72 0.75 0.2 2.73 0.61 0.5
Hex CC 39 32 0 48 4B 14 3 3D 32
Octal 314 71 62 0 110 113 24 3 75 62
Binary 11001100 111001 110010 0 1001000 1001011 10100 11 111101 110010

Color Harmonies of #CC3932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3932

Black with #CC3932

Text Example


Text Example

White with #CC3932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3932; }

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

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

background-color css

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

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

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

border-color css

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

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

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