Html Css Color HEX #CC3532 Persian Red

📋 copy color: '#CC3532'

red 204 ◦ green 53 ◦ blue 50

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

Shades of Persian Red #CC3532

Tints of Persian Red #CC3532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

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

R = 66.45%
G = 17.26%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC3532 (or 0xCC3532) is known color: Persian Red. HEX triplet: CC, 35 and 32. RGB value is (204,53,50). Sum of RGB (Red+Green+Blue) = 204+53+50=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3532 is #33CACD. Grayscale: #616161. Windows color (decimal): -3394254 or 3290572. OLE color: 3290572.

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

Color convert

RGB 204 53 50 -
CMYK 0 0.74 0.75 0.2
HSL 1.17º 0.61% 0.5% -
HSV(B) 1.17º 0.75% 0.8% -
XYZ 26.75 15.61 4.62 -
YUV 97.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 204 53 50 0 0.74 0.75 0.2 1.17 0.61 0.5
Hex CC 35 32 0 4A 4B 14 1 3D 32
Octal 314 65 62 0 112 113 24 1 75 62
Binary 11001100 110101 110010 0 1001010 1001011 10100 1 111101 110010

Color Harmonies of #CC3532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3532

Black with #CC3532

Text Example


Text Example

White with #CC3532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3532; }

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

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

background-color css

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

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

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

border-color css

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

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

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