Html Css Color HEX #DC4A1E Cinnabar

📋 copy color: '#DC4A1E'

red 220 ◦ green 74 ◦ blue 30

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

Shades of Cinnabar #DC4A1E

Tints of Cinnabar #DC4A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

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

R = 67.9%
G = 22.84%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC4A1E (or 0xDC4A1E) is known color: Cinnabar. HEX triplet: DC, 4A and 1E. RGB value is (220,74,30). Sum of RGB (Red+Green+Blue) = 220+74+30=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A1E is #23B5E1. Grayscale: #707070. Windows color (decimal): -2340322 or 1985244. OLE color: 1985244.

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

Color convert

RGB 220 74 30 -
CMYK 0 0.66 0.86 0.14
HSL 13.89º 0.76% 0.49% -
HSV(B) 13.89º 0.86% 0.86% -
XYZ 32.2 20.21 3.43 -
YUV 112.64 81.37 204.58 -
System Red Green Blue C M Y K H S L
Decimal 220 74 30 0 0.66 0.86 0.14 13.89 0.76 0.49
Hex DC 4A 1E 0 42 56 E E 4C 31
Octal 334 112 36 0 102 126 16 16 114 61
Binary 11011100 1001010 11110 0 1000010 1010110 1110 1110 1001100 110001

Color Harmonies of #DC4A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A1E

Black with #DC4A1E

Text Example


Text Example

White with #DC4A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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