Html Css Color HEX #CC3B32 Persian Red

📋 copy color: '#CC3B32'

red 204 ◦ green 59 ◦ blue 50

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

Shades of Persian Red #CC3B32

Tints of Persian Red #CC3B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.85%

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

R = 65.18%
G = 18.85%
B = 15.97%

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

#CC3B32 (or 0xCC3B32) is known color: Persian Red. HEX triplet: CC, 3B and 32. RGB value is (204,59,50). Sum of RGB (Red+Green+Blue) = 204+59+50=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3B32 is #33C4CD. Grayscale: #656565. Windows color (decimal): -3392718 or 3292108. OLE color: 3292108.

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

Color convert

RGB 204 59 50 -
CMYK 0 0.71 0.75 0.2
HSL 3.51º 0.61% 0.5% -
HSV(B) 3.51º 0.75% 0.8% -
XYZ 27.04 16.2 4.72 -
YUV 101.33 99.04 201.23 -
System Red Green Blue C M Y K H S L
Decimal 204 59 50 0 0.71 0.75 0.2 3.51 0.61 0.5
Hex CC 3B 32 0 47 4B 14 4 3D 32
Octal 314 73 62 0 107 113 24 4 75 62
Binary 11001100 111011 110010 0 1000111 1001011 10100 100 111101 110010

Color Harmonies of #CC3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3B32

Black with #CC3B32

Text Example


Text Example

White with #CC3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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