Html Css Color HEX #DB4103 Tenne (Tawny)

📋 copy color: '#DB4103'

red 219 ◦ green 65 ◦ blue 3

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

Shades of Tenne (Tawny) #DB4103

Tints of Tenne (Tawny) #DB4103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 76.31%
G = 22.65%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB4103 (or 0xDB4103) is known color: Tenne (Tawny). HEX triplet: DB, 41 and 03. RGB value is (219,65,3). Sum of RGB (Red+Green+Blue) = 219+65+3=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4103 is #24BEFC. Grayscale: #686868. Windows color (decimal): -2408189 or 213467. OLE color: 213467.

HSL color Cylindrical-coordinate representation of color #DB4103: hue angle of 17.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB4103 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 65 3 -
CMYK 0 0.70 0.99 0.14
HSL 17.22º 0.97% 0.44% -
HSV(B) 17.22º 0.99% 0.86% -
XYZ 31.12 18.85 2.08 -
YUV 103.98 71.02 210.04 -
System Red Green Blue C M Y K H S L
Decimal 219 65 3 0 0.70 0.99 0.14 17.22 0.97 0.44
Hex DB 41 3 0 46 63 E 11 61 2C
Octal 333 101 3 0 106 143 16 21 141 54
Binary 11011011 1000001 11 0 1000110 1100011 1110 10001 1100001 101100

Color Harmonies of #DB4103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4103

Black with #DB4103

Text Example


Text Example

White with #DB4103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4103; }

 p { color: rgb(219,65,3); }

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

background-color css

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

 a { background-color: rgb(219,65,3); }

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

border-color css

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

 span { border-color: rgb(219,65,3); }

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