Html Css Color HEX #D9180B Harley Davidson Orange

📋 copy color: '#D9180B'

red 217 ◦ green 24 ◦ blue 11

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

Shades of Harley Davidson Orange #D9180B

Tints of Harley Davidson Orange #D9180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 86.11%
G = 9.52%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9180B (or 0xD9180B) is known color: Harley Davidson Orange. HEX triplet: D9, 18 and 0B. RGB value is (217,24,11). Sum of RGB (Red+Green+Blue) = 217+24+11=252 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.11% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 217 - color contains mainly: red. Hex color #D9180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9180B is #26E7F4. Grayscale: #505050. Windows color (decimal): -2549749 or 727257. OLE color: 727257.

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

Color convert

RGB 217 24 11 -
CMYK 0 0.89 0.95 0.15
HSL 3.79º 0.9% 0.45% -
HSV(B) 3.79º 0.95% 0.85% -
XYZ 29 15.43 1.77 -
YUV 80.23 88.94 225.56 -
System Red Green Blue C M Y K H S L
Decimal 217 24 11 0 0.89 0.95 0.15 3.79 0.9 0.45
Hex D9 18 B 0 59 5F F 4 5A 2D
Octal 331 30 13 0 131 137 17 4 132 55
Binary 11011001 11000 1011 0 1011001 1011111 1111 100 1011010 101101

Color Harmonies of #D9180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9180B

Black with #D9180B

Text Example


Text Example

White with #D9180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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