Html Css Color HEX #DC461F Cinnabar

📋 copy color: '#DC461F'

red 220 ◦ green 70 ◦ blue 31

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

Shades of Cinnabar #DC461F

Tints of Cinnabar #DC461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

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

R = 68.54%
G = 21.81%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC461F (or 0xDC461F) is known color: Cinnabar. HEX triplet: DC, 46 and 1F. RGB value is (220,70,31). Sum of RGB (Red+Green+Blue) = 220+70+31=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC461F is #23B9E0. Grayscale: #6E6E6E. Windows color (decimal): -2341345 or 2049756. OLE color: 2049756.

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

Color convert

RGB 220 70 31 -
CMYK 0 0.68 0.86 0.14
HSL 12.38º 0.75% 0.49% -
HSV(B) 12.38º 0.86% 0.86% -
XYZ 31.95 19.69 3.41 -
YUV 110.4 83.2 206.17 -
System Red Green Blue C M Y K H S L
Decimal 220 70 31 0 0.68 0.86 0.14 12.38 0.75 0.49
Hex DC 46 1F 0 44 56 E C 4B 31
Octal 334 106 37 0 104 126 16 14 113 61
Binary 11011100 1000110 11111 0 1000100 1010110 1110 1100 1001011 110001

Color Harmonies of #DC461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC461F

Black with #DC461F

Text Example


Text Example

White with #DC461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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