Html Css Color HEX #CC3024 Persian Red

📋 copy color: '#CC3024'

red 204 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #CC3024

Tints of Persian Red #CC3024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 70.83%
G = 16.67%
B = 12.5%

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

#CC3024 (or 0xCC3024) is known color: Persian Red. HEX triplet: CC, 30 and 24. RGB value is (204,48,36). Sum of RGB (Red+Green+Blue) = 204+48+36=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3024 is #33CFDB. Grayscale: #5D5D5D. Windows color (decimal): -3395548 or 2371788. OLE color: 2371788.

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

Color convert

RGB 204 48 36 -
CMYK 0 0.76 0.82 0.2
HSL 4.29º 0.7% 0.47% -
HSV(B) 4.29º 0.82% 0.8% -
XYZ 26.28 15.08 3.19 -
YUV 93.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 204 48 36 0 0.76 0.82 0.2 4.29 0.7 0.47
Hex CC 30 24 0 4C 52 14 4 46 2F
Octal 314 60 44 0 114 122 24 4 106 57
Binary 11001100 110000 100100 0 1001100 1010010 10100 100 1000110 101111

Color Harmonies of #CC3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3024

Black with #CC3024

Text Example


Text Example

White with #CC3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3024; }

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

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

background-color css

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

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

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

border-color css

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

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

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