Html Css Color HEX #DC4825 Cinnabar

📋 copy color: '#DC4825'

red 220 ◦ green 72 ◦ blue 37

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

Shades of Cinnabar #DC4825

Tints of Cinnabar #DC4825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

 BLUE value IS 37 (14.84% from 255) = 11.25%

R = 66.87%
G = 21.88%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC4825 (or 0xDC4825) is known color: Cinnabar. HEX triplet: DC, 48 and 25. RGB value is (220,72,37). Sum of RGB (Red+Green+Blue) = 220+72+37=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4825 is #23B7DA. Grayscale: #707070. Windows color (decimal): -2340827 or 2443484. OLE color: 2443484.

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

Color convert

RGB 220 72 37 -
CMYK 0 0.67 0.83 0.14
HSL 11.48º 0.72% 0.5% -
HSV(B) 11.48º 0.83% 0.86% -
XYZ 32.17 19.98 3.91 -
YUV 112.26 85.53 204.85 -
System Red Green Blue C M Y K H S L
Decimal 220 72 37 0 0.67 0.83 0.14 11.48 0.72 0.5
Hex DC 48 25 0 43 53 E B 48 32
Octal 334 110 45 0 103 123 16 13 110 62
Binary 11011100 1001000 100101 0 1000011 1010011 1110 1011 1001000 110010

Color Harmonies of #DC4825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4825

Black with #DC4825

Text Example


Text Example

White with #DC4825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4825; }

 p { color: rgb(220,72,37); }

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

background-color css

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

 a { background-color: rgb(220,72,37); }

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

border-color css

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

 span { border-color: rgb(220,72,37); }

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