Html Css Color HEX #CC3432 Persian Red

📋 copy color: '#CC3432'

red 204 ◦ green 52 ◦ blue 50

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

Shades of Persian Red #CC3432

Tints of Persian Red #CC3432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

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

R = 66.67%
G = 16.99%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC3432 (or 0xCC3432) is known color: Persian Red. HEX triplet: CC, 34 and 32. RGB value is (204,52,50). Sum of RGB (Red+Green+Blue) = 204+52+50=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3432 is #33CBCD. Grayscale: #616161. Windows color (decimal): -3394510 or 3290316. OLE color: 3290316.

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

Color convert

RGB 204 52 50 -
CMYK 0 0.75 0.75 0.2
HSL 0.78º 0.61% 0.5% -
HSV(B) 0.78º 0.75% 0.8% -
XYZ 26.71 15.52 4.61 -
YUV 97.22 101.36 204.16 -
System Red Green Blue C M Y K H S L
Decimal 204 52 50 0 0.75 0.75 0.2 0.78 0.61 0.5
Hex CC 34 32 0 4B 4B 14 1 3D 32
Octal 314 64 62 0 113 113 24 1 75 62
Binary 11001100 110100 110010 0 1001011 1001011 10100 1 111101 110010

Color Harmonies of #CC3432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3432

Black with #CC3432

Text Example


Text Example

White with #CC3432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3432; }

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

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

background-color css

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

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

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

border-color css

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

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

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