Html Css Color HEX #DB370D Harley Davidson Orange

📋 copy color: '#DB370D'

red 219 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #DB370D

Tints of Harley Davidson Orange #DB370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.16%

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 76.31%
G = 19.16%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB370D (or 0xDB370D) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 0D. RGB value is (219,55,13). Sum of RGB (Red+Green+Blue) = 219+55+13=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB370D is #24C8F2. Grayscale: #636363. Windows color (decimal): -2410739 or 866267. OLE color: 866267.

HSL color Cylindrical-coordinate representation of color #DB370D: hue angle of 12.23º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB370D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 13 -
CMYK 0 0.75 0.94 0.14
HSL 12.23º 0.89% 0.45% -
HSV(B) 12.23º 0.94% 0.86% -
XYZ 30.65 17.82 2.21 -
YUV 99.25 79.33 213.42 -
System Red Green Blue C M Y K H S L
Decimal 219 55 13 0 0.75 0.94 0.14 12.23 0.89 0.45
Hex DB 37 D 0 4B 5E E C 59 2D
Octal 333 67 15 0 113 136 16 14 131 55
Binary 11011011 110111 1101 0 1001011 1011110 1110 1100 1011001 101101

Color Harmonies of #DB370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB370D

Black with #DB370D

Text Example


Text Example

White with #DB370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB370D; }

 p { color: rgb(219,55,13); }

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

background-color css

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

 a { background-color: rgb(219,55,13); }

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

border-color css

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

 span { border-color: rgb(219,55,13); }

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