Html Css Color HEX #D9400B Harley Davidson Orange

📋 copy color: '#D9400B'

red 217 ◦ green 64 ◦ blue 11

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

Shades of Harley Davidson Orange #D9400B

Tints of Harley Davidson Orange #D9400B

RGB

 RED value IS 217 (85.16% from 255) = 74.32%

 GREEN value IS 64 (25.39% from 255) = 21.92%

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

R = 74.32%
G = 21.92%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9400B (or 0xD9400B) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 0B. RGB value is (217,64,11). Sum of RGB (Red+Green+Blue) = 217+64+11=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D9400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9400B is #26BFF4. Grayscale: #686868. Windows color (decimal): -2539509 or 737497. OLE color: 737497.

HSL color Cylindrical-coordinate representation of color #D9400B: hue angle of 15.44º 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 #D9400B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 11 -
CMYK 0 0.71 0.95 0.15
HSL 15.44º 0.9% 0.45% -
HSV(B) 15.44º 0.95% 0.85% -
XYZ 30.51 18.44 2.27 -
YUV 103.71 75.69 208.81 -
System Red Green Blue C M Y K H S L
Decimal 217 64 11 0 0.71 0.95 0.15 15.44 0.9 0.45
Hex D9 40 B 0 47 5F F F 5A 2D
Octal 331 100 13 0 107 137 17 17 132 55
Binary 11011001 1000000 1011 0 1000111 1011111 1111 1111 1011010 101101

Color Harmonies of #D9400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9400B

Black with #D9400B

Text Example


Text Example

White with #D9400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9400B; }

 p { color: rgb(217,64,11); }

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

background-color css

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

 a { background-color: rgb(217,64,11); }

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

border-color css

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

 span { border-color: rgb(217,64,11); }

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