Html Css Color HEX #CC3128 Persian Red

📋 copy color: '#CC3128'

red 204 ◦ green 49 ◦ blue 40

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

Shades of Persian Red #CC3128

Tints of Persian Red #CC3128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 69.62%
G = 16.72%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC3128 (or 0xCC3128) is known color: Persian Red. HEX triplet: CC, 31 and 28. RGB value is (204,49,40). Sum of RGB (Red+Green+Blue) = 204+49+40=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3128 is #33CED7. Grayscale: #5E5E5E. Windows color (decimal): -3395288 or 2634188. OLE color: 2634188.

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

Color convert

RGB 204 49 40 -
CMYK 0 0.76 0.80 0.2
HSL 3.29º 0.67% 0.48% -
HSV(B) 3.29º 0.8% 0.8% -
XYZ 26.38 15.19 3.55 -
YUV 94.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 204 49 40 0 0.76 0.80 0.2 3.29 0.67 0.48
Hex CC 31 28 0 4C 50 14 3 43 30
Octal 314 61 50 0 114 120 24 3 103 60
Binary 11001100 110001 101000 0 1001100 1010000 10100 11 1000011 110000

Color Harmonies of #CC3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3128

Black with #CC3128

Text Example


Text Example

White with #CC3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3128; }

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

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

background-color css

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

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

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

border-color css

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

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

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