Html Css Color HEX #DB471E Cinnabar

📋 copy color: '#DB471E'

red 219 ◦ green 71 ◦ blue 30

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

Shades of Cinnabar #DB471E

Tints of Cinnabar #DB471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

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

R = 68.44%
G = 22.19%
B = 9.38%

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

#DB471E (or 0xDB471E) is known color: Cinnabar. HEX triplet: DB, 47 and 1E. RGB value is (219,71,30). Sum of RGB (Red+Green+Blue) = 219+71+30=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB471E is #24B8E1. Grayscale: #6E6E6E. Windows color (decimal): -2406626 or 1984475. OLE color: 1984475.

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

Color convert

RGB 219 71 30 -
CMYK 0 0.68 0.86 0.14
HSL 13.02º 0.76% 0.49% -
HSV(B) 13.02º 0.86% 0.86% -
XYZ 31.7 19.66 3.35 -
YUV 110.58 82.53 205.33 -
System Red Green Blue C M Y K H S L
Decimal 219 71 30 0 0.68 0.86 0.14 13.02 0.76 0.49
Hex DB 47 1E 0 44 56 E D 4C 31
Octal 333 107 36 0 104 126 16 15 114 61
Binary 11011011 1000111 11110 0 1000100 1010110 1110 1101 1001100 110001

Color Harmonies of #DB471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB471E

Black with #DB471E

Text Example


Text Example

White with #DB471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB471E; }

 p { color: rgb(219,71,30); }

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

background-color css

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

 a { background-color: rgb(219,71,30); }

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

border-color css

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

 span { border-color: rgb(219,71,30); }

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