Html Css Color HEX #DC411F Cinnabar

📋 copy color: '#DC411F'

red 220 ◦ green 65 ◦ blue 31

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

Shades of Cinnabar #DC411F

Tints of Cinnabar #DC411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 69.62%
G = 20.57%
B = 9.81%

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

#DC411F (or 0xDC411F) is known color: Cinnabar. HEX triplet: DC, 41 and 1F. RGB value is (220,65,31). Sum of RGB (Red+Green+Blue) = 220+65+31=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC411F is #23BEE0. Grayscale: #6B6B6B. Windows color (decimal): -2342625 or 2048476. OLE color: 2048476.

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

Color convert

RGB 220 65 31 -
CMYK 0 0.70 0.86 0.14
HSL 10.79º 0.75% 0.49% -
HSV(B) 10.79º 0.86% 0.86% -
XYZ 31.65 19.1 3.31 -
YUV 107.47 84.85 208.26 -
System Red Green Blue C M Y K H S L
Decimal 220 65 31 0 0.70 0.86 0.14 10.79 0.75 0.49
Hex DC 41 1F 0 46 56 E B 4B 31
Octal 334 101 37 0 106 126 16 13 113 61
Binary 11011100 1000001 11111 0 1000110 1010110 1110 1011 1001011 110001

Color Harmonies of #DC411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC411F

Black with #DC411F

Text Example


Text Example

White with #DC411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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