Html Css Color HEX #DC451E Cinnabar

📋 copy color: '#DC451E'

red 220 ◦ green 69 ◦ blue 30

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

Shades of Cinnabar #DC451E

Tints of Cinnabar #DC451E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

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

R = 68.97%
G = 21.63%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC451E (or 0xDC451E) is known color: Cinnabar. HEX triplet: DC, 45 and 1E. RGB value is (220,69,30). Sum of RGB (Red+Green+Blue) = 220+69+30=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC451E is #23BAE1. Grayscale: #6E6E6E. Windows color (decimal): -2341602 or 1983964. OLE color: 1983964.

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

Color convert

RGB 220 69 30 -
CMYK 0 0.69 0.86 0.14
HSL 12.32º 0.76% 0.49% -
HSV(B) 12.32º 0.86% 0.86% -
XYZ 31.88 19.57 3.32 -
YUV 109.7 83.03 206.67 -
System Red Green Blue C M Y K H S L
Decimal 220 69 30 0 0.69 0.86 0.14 12.32 0.76 0.49
Hex DC 45 1E 0 45 56 E C 4C 31
Octal 334 105 36 0 105 126 16 14 114 61
Binary 11011100 1000101 11110 0 1000101 1010110 1110 1100 1001100 110001

Color Harmonies of #DC451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC451E

Black with #DC451E

Text Example


Text Example

White with #DC451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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