Html Css Color HEX #DC451F Cinnabar

📋 copy color: '#DC451F'

red 220 ◦ green 69 ◦ blue 31

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

Shades of Cinnabar #DC451F

Tints of Cinnabar #DC451F

RGB

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

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

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

R = 68.75%
G = 21.56%
B = 9.69%

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

#DC451F (or 0xDC451F) is known color: Cinnabar. HEX triplet: DC, 45 and 1F. RGB value is (220,69,31). Sum of RGB (Red+Green+Blue) = 220+69+31=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC451F is #23BAE0. Grayscale: #6E6E6E. Windows color (decimal): -2341601 or 2049500. OLE color: 2049500.

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

Color convert

RGB 220 69 31 -
CMYK 0 0.69 0.86 0.14
HSL 12.06º 0.75% 0.49% -
HSV(B) 12.06º 0.86% 0.86% -
XYZ 31.89 19.57 3.39 -
YUV 109.82 83.53 206.59 -
System Red Green Blue C M Y K H S L
Decimal 220 69 31 0 0.69 0.86 0.14 12.06 0.75 0.49
Hex DC 45 1F 0 45 56 E C 4B 31
Octal 334 105 37 0 105 126 16 14 113 61
Binary 11011100 1000101 11111 0 1000101 1010110 1110 1100 1001011 110001

Color Harmonies of #DC451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC451F

Black with #DC451F

Text Example


Text Example

White with #DC451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC451F; }

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

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

background-color css

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

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

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

border-color css

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

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

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