Html Css Color HEX #DC451D Cinnabar

📋 copy color: '#DC451D'

red 220 ◦ green 69 ◦ blue 29

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

Shades of Cinnabar #DC451D

Tints of Cinnabar #DC451D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 69.18%
G = 21.7%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC451D (or 0xDC451D) is known color: Cinnabar. HEX triplet: DC, 45 and 1D. RGB value is (220,69,29). Sum of RGB (Red+Green+Blue) = 220+69+29=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC451D is #23BAE2. Grayscale: #6D6D6D. Windows color (decimal): -2341603 or 1918428. OLE color: 1918428.

HSL color Cylindrical-coordinate representation of color #DC451D: hue angle of 12.57º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC451D is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 69 29 -
CMYK 0 0.69 0.87 0.14
HSL 12.57º 0.77% 0.49% -
HSV(B) 12.57º 0.87% 0.86% -
XYZ 31.87 19.56 3.26 -
YUV 109.59 82.53 206.75 -
System Red Green Blue C M Y K H S L
Decimal 220 69 29 0 0.69 0.87 0.14 12.57 0.77 0.49
Hex DC 45 1D 0 45 57 E D 4D 31
Octal 334 105 35 0 105 127 16 15 115 61
Binary 11011100 1000101 11101 0 1000101 1010111 1110 1101 1001101 110001

Color Harmonies of #DC451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC451D

Black with #DC451D

Text Example


Text Example

White with #DC451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC451D; }

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

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

background-color css

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

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

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

border-color css

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

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

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