Html Css Color HEX #DB300B Harley Davidson Orange

📋 copy color: '#DB300B'

red 219 ◦ green 48 ◦ blue 11

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

Shades of Harley Davidson Orange #DB300B

Tints of Harley Davidson Orange #DB300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 78.78%
G = 17.27%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB300B (or 0xDB300B) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 0B. RGB value is (219,48,11). Sum of RGB (Red+Green+Blue) = 219+48+11=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB300B is #24CFF4. Grayscale: #5F5F5F. Windows color (decimal): -2412533 or 733403. OLE color: 733403.

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

Color convert

RGB 219 48 11 -
CMYK 0 0.78 0.95 0.14
HSL 10.67º 0.9% 0.45% -
HSV(B) 10.67º 0.95% 0.86% -
XYZ 30.33 17.2 2.04 -
YUV 94.91 80.65 216.51 -
System Red Green Blue C M Y K H S L
Decimal 219 48 11 0 0.78 0.95 0.14 10.67 0.9 0.45
Hex DB 30 B 0 4E 5F E B 5A 2D
Octal 333 60 13 0 116 137 16 13 132 55
Binary 11011011 110000 1011 0 1001110 1011111 1110 1011 1011010 101101

Color Harmonies of #DB300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB300B

Black with #DB300B

Text Example


Text Example

White with #DB300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB300B; }

 p { color: rgb(219,48,11); }

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

background-color css

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

 a { background-color: rgb(219,48,11); }

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

border-color css

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

 span { border-color: rgb(219,48,11); }

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