Html Css Color HEX #D8300B Harley Davidson Orange

📋 copy color: '#D8300B'

red 216 ◦ green 48 ◦ blue 11

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

Shades of Harley Davidson Orange #D8300B

Tints of Harley Davidson Orange #D8300B

RGB

 RED value IS 216 (84.77% from 255) = 78.55%

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

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

R = 78.55%
G = 17.45%
B = 4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8300B (or 0xD8300B) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 0B. RGB value is (216,48,11). Sum of RGB (Red+Green+Blue) = 216+48+11=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D8300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8300B is #27CFF4. Grayscale: #5E5E5E. Windows color (decimal): -2609141 or 733400. OLE color: 733400.

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

Color convert

RGB 216 48 11 -
CMYK 0 0.78 0.95 0.15
HSL 10.83º 0.9% 0.45% -
HSV(B) 10.83º 0.95% 0.85% -
XYZ 29.44 16.74 2 -
YUV 94.01 81.16 215.01 -
System Red Green Blue C M Y K H S L
Decimal 216 48 11 0 0.78 0.95 0.15 10.83 0.9 0.45
Hex D8 30 B 0 4E 5F F B 5A 2D
Octal 330 60 13 0 116 137 17 13 132 55
Binary 11011000 110000 1011 0 1001110 1011111 1111 1011 1011010 101101

Color Harmonies of #D8300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8300B

Black with #D8300B

Text Example


Text Example

White with #D8300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8300B; }

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

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

background-color css

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

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

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

border-color css

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

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

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