Html Css Color HEX #DC421F Cinnabar

📋 copy color: '#DC421F'

red 220 ◦ green 66 ◦ blue 31

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

Shades of Cinnabar #DC421F

Tints of Cinnabar #DC421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

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

R = 69.4%
G = 20.82%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC421F (or 0xDC421F) is known color: Cinnabar. HEX triplet: DC, 42 and 1F. RGB value is (220,66,31). Sum of RGB (Red+Green+Blue) = 220+66+31=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC421F is #23BDE0. Grayscale: #6C6C6C. Windows color (decimal): -2342369 or 2048732. OLE color: 2048732.

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

Color convert

RGB 220 66 31 -
CMYK 0 0.7 0.86 0.14
HSL 11.11º 0.75% 0.49% -
HSV(B) 11.11º 0.86% 0.86% -
XYZ 31.71 19.21 3.33 -
YUV 108.06 84.52 207.85 -
System Red Green Blue C M Y K H S L
Decimal 220 66 31 0 0.7 0.86 0.14 11.11 0.75 0.49
Hex DC 42 1F 0 46 56 E B 4B 31
Octal 334 102 37 0 106 126 16 13 113 61
Binary 11011100 1000010 11111 0 1000110 1010110 1110 1011 1001011 110001

Color Harmonies of #DC421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC421F

Black with #DC421F

Text Example


Text Example

White with #DC421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC421F; }

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

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

background-color css

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

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

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

border-color css

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

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

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