Html Css Color HEX #CC3124 Persian Red

📋 copy color: '#CC3124'

red 204 ◦ green 49 ◦ blue 36

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

Shades of Persian Red #CC3124

Tints of Persian Red #CC3124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 70.59%
G = 16.96%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3124 (or 0xCC3124) is known color: Persian Red. HEX triplet: CC, 31 and 24. RGB value is (204,49,36). Sum of RGB (Red+Green+Blue) = 204+49+36=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3124 is #33CEDB. Grayscale: #5E5E5E. Windows color (decimal): -3395292 or 2372044. OLE color: 2372044.

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

Color convert

RGB 204 49 36 -
CMYK 0 0.76 0.82 0.2
HSL 4.64º 0.7% 0.47% -
HSV(B) 4.64º 0.82% 0.8% -
XYZ 26.32 15.16 3.21 -
YUV 93.86 95.35 206.56 -
System Red Green Blue C M Y K H S L
Decimal 204 49 36 0 0.76 0.82 0.2 4.64 0.7 0.47
Hex CC 31 24 0 4C 52 14 5 46 2F
Octal 314 61 44 0 114 122 24 5 106 57
Binary 11001100 110001 100100 0 1001100 1010010 10100 101 1000110 101111

Color Harmonies of #CC3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3124

Black with #CC3124

Text Example


Text Example

White with #CC3124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3124; }

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

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

background-color css

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

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

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

border-color css

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

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

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