Html Css Color HEX #DC3024 Persian Red

📋 copy color: '#DC3024'

red 220 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #DC3024

Tints of Persian Red #DC3024

RGB

 RED value IS 220 (86.33% from 255) = 72.37%

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

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

R = 72.37%
G = 15.79%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC3024 (or 0xDC3024) is known color: Persian Red. HEX triplet: DC, 30 and 24. RGB value is (220,48,36). Sum of RGB (Red+Green+Blue) = 220+48+36=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3024 is #23CFDB. Grayscale: #626262. Windows color (decimal): -2346972 or 2371804. OLE color: 2371804.

HSL color Cylindrical-coordinate representation of color #DC3024: hue angle of 3.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC3024 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 48 36 -
CMYK 0 0.78 0.84 0.14
HSL 3.91º 0.72% 0.5% -
HSV(B) 3.91º 0.84% 0.86% -
XYZ 30.89 17.46 3.41 -
YUV 98.06 92.98 214.98 -
System Red Green Blue C M Y K H S L
Decimal 220 48 36 0 0.78 0.84 0.14 3.91 0.72 0.5
Hex DC 30 24 0 4E 54 E 4 48 32
Octal 334 60 44 0 116 124 16 4 110 62
Binary 11011100 110000 100100 0 1001110 1010100 1110 100 1001000 110010

Color Harmonies of #DC3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3024

Black with #DC3024

Text Example


Text Example

White with #DC3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3024; }

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

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

background-color css

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

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

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

border-color css

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

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

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