Html Css Color HEX #DC4D1E Cinnabar

📋 copy color: '#DC4D1E'

red 220 ◦ green 77 ◦ blue 30

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

Shades of Cinnabar #DC4D1E

Tints of Cinnabar #DC4D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.55%

 BLUE value IS 30 (12.11% from 255) = 9.17%

R = 67.28%
G = 23.55%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC4D1E (or 0xDC4D1E) is known color: Cinnabar. HEX triplet: DC, 4D and 1E. RGB value is (220,77,30). Sum of RGB (Red+Green+Blue) = 220+77+30=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D1E is #23B2E1. Grayscale: #727272. Windows color (decimal): -2339554 or 1986012. OLE color: 1986012.

HSL color Cylindrical-coordinate representation of color #DC4D1E: hue angle of 14.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC4D1E is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 77 30 -
CMYK 0 0.65 0.86 0.14
HSL 14.84º 0.76% 0.49% -
HSV(B) 14.84º 0.86% 0.86% -
XYZ 32.4 20.62 3.5 -
YUV 114.4 80.38 203.32 -
System Red Green Blue C M Y K H S L
Decimal 220 77 30 0 0.65 0.86 0.14 14.84 0.76 0.49
Hex DC 4D 1E 0 41 56 E F 4C 31
Octal 334 115 36 0 101 126 16 17 114 61
Binary 11011100 1001101 11110 0 1000001 1010110 1110 1111 1001100 110001

Color Harmonies of #DC4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D1E

Black with #DC4D1E

Text Example


Text Example

White with #DC4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D1E; }

 p { color: rgb(220,77,30); }

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

background-color css

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

 a { background-color: rgb(220,77,30); }

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

border-color css

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

 span { border-color: rgb(220,77,30); }

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