Html Css Color HEX #DB461F Cinnabar

📋 copy color: '#DB461F'

red 219 ◦ green 70 ◦ blue 31

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

Shades of Cinnabar #DB461F

Tints of Cinnabar #DB461F

RGB

 RED value IS 219 (85.94% from 255) = 68.44%

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

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

R = 68.44%
G = 21.88%
B = 9.69%

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

#DB461F (or 0xDB461F) is known color: Cinnabar. HEX triplet: DB, 46 and 1F. RGB value is (219,70,31). Sum of RGB (Red+Green+Blue) = 219+70+31=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB461F is #24B9E0. Grayscale: #6E6E6E. Windows color (decimal): -2406881 or 2049755. OLE color: 2049755.

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

Color convert

RGB 219 70 31 -
CMYK 0 0.68 0.86 0.14
HSL 12.45º 0.75% 0.49% -
HSV(B) 12.45º 0.86% 0.86% -
XYZ 31.65 19.54 3.4 -
YUV 110.11 83.36 205.67 -
System Red Green Blue C M Y K H S L
Decimal 219 70 31 0 0.68 0.86 0.14 12.45 0.75 0.49
Hex DB 46 1F 0 44 56 E C 4B 31
Octal 333 106 37 0 104 126 16 14 113 61
Binary 11011011 1000110 11111 0 1000100 1010110 1110 1100 1001011 110001

Color Harmonies of #DB461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB461F

Black with #DB461F

Text Example


Text Example

White with #DB461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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