Html Css Color HEX #CC3531 Persian Red

📋 copy color: '#CC3531'

red 204 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #CC3531

Tints of Persian Red #CC3531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 66.67%
G = 17.32%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC3531 (or 0xCC3531) is known color: Persian Red. HEX triplet: CC, 35 and 31. RGB value is (204,53,49). Sum of RGB (Red+Green+Blue) = 204+53+49=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3531 is #33CACE. Grayscale: #616161. Windows color (decimal): -3394255 or 3225036. OLE color: 3225036.

HSL color Cylindrical-coordinate representation of color #CC3531: hue angle of 1.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3531 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 53 49 -
CMYK 0 0.74 0.76 0.2
HSL 1.55º 0.61% 0.5% -
HSV(B) 1.55º 0.76% 0.8% -
XYZ 26.73 15.61 4.51 -
YUV 97.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 204 53 49 0 0.74 0.76 0.2 1.55 0.61 0.5
Hex CC 35 31 0 4A 4C 14 2 3D 32
Octal 314 65 61 0 112 114 24 2 75 62
Binary 11001100 110101 110001 0 1001010 1001100 10100 10 111101 110010

Color Harmonies of #CC3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3531

Black with #CC3531

Text Example


Text Example

White with #CC3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3531; }

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

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

background-color css

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

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

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

border-color css

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

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

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