Html Css Color HEX #CC3A32 Persian Red

📋 copy color: '#CC3A32'

red 204 ◦ green 58 ◦ blue 50

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

Shades of Persian Red #CC3A32

Tints of Persian Red #CC3A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

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

R = 65.38%
G = 18.59%
B = 16.03%

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

#CC3A32 (or 0xCC3A32) is known color: Persian Red. HEX triplet: CC, 3A and 32. RGB value is (204,58,50). Sum of RGB (Red+Green+Blue) = 204+58+50=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A32 is #33C5CD. Grayscale: #646464. Windows color (decimal): -3392974 or 3291852. OLE color: 3291852.

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

Color convert

RGB 204 58 50 -
CMYK 0 0.72 0.75 0.2
HSL 3.12º 0.61% 0.5% -
HSV(B) 3.12º 0.75% 0.8% -
XYZ 26.99 16.09 4.7 -
YUV 100.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 204 58 50 0 0.72 0.75 0.2 3.12 0.61 0.5
Hex CC 3A 32 0 48 4B 14 3 3D 32
Octal 314 72 62 0 110 113 24 3 75 62
Binary 11001100 111010 110010 0 1001000 1001011 10100 11 111101 110010

Color Harmonies of #CC3A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A32

Black with #CC3A32

Text Example


Text Example

White with #CC3A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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