Html Css Color HEX #DC411E Cinnabar

📋 copy color: '#DC411E'

red 220 ◦ green 65 ◦ blue 30

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

Shades of Cinnabar #DC411E

Tints of Cinnabar #DC411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

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

R = 69.84%
G = 20.63%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC411E (or 0xDC411E) is known color: Cinnabar. HEX triplet: DC, 41 and 1E. RGB value is (220,65,30). Sum of RGB (Red+Green+Blue) = 220+65+30=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC411E is #23BEE1. Grayscale: #6B6B6B. Windows color (decimal): -2342626 or 1982940. OLE color: 1982940.

HSL color Cylindrical-coordinate representation of color #DC411E: hue angle of 11.05º 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 #DC411E is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 30 -
CMYK 0 0.70 0.86 0.14
HSL 11.05º 0.76% 0.49% -
HSV(B) 11.05º 0.86% 0.86% -
XYZ 31.64 19.09 3.25 -
YUV 107.36 84.35 208.35 -
System Red Green Blue C M Y K H S L
Decimal 220 65 30 0 0.70 0.86 0.14 11.05 0.76 0.49
Hex DC 41 1E 0 46 56 E B 4C 31
Octal 334 101 36 0 106 126 16 13 114 61
Binary 11011100 1000001 11110 0 1000110 1010110 1110 1011 1001100 110001

Color Harmonies of #DC411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC411E

Black with #DC411E

Text Example


Text Example

White with #DC411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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