Html Css Color HEX #D9481B Harley Davidson Orange

📋 copy color: '#D9481B'

red 217 ◦ green 72 ◦ blue 27

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

Shades of Harley Davidson Orange #D9481B

Tints of Harley Davidson Orange #D9481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

 BLUE value IS 27 (10.94% from 255) = 8.54%

R = 68.67%
G = 22.78%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9481B (or 0xD9481B) is known color: Harley Davidson Orange. HEX triplet: D9, 48 and 1B. RGB value is (217,72,27). Sum of RGB (Red+Green+Blue) = 217+72+27=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9481B is #26B7E4. Grayscale: #6E6E6E. Windows color (decimal): -2537445 or 1788121. OLE color: 1788121.

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

Color convert

RGB 217 72 27 -
CMYK 0 0.67 0.88 0.15
HSL 14.21º 0.78% 0.48% -
HSV(B) 14.21º 0.88% 0.85% -
XYZ 31.13 19.47 3.15 -
YUV 110.23 81.04 204.16 -
System Red Green Blue C M Y K H S L
Decimal 217 72 27 0 0.67 0.88 0.15 14.21 0.78 0.48
Hex D9 48 1B 0 43 58 F E 4E 30
Octal 331 110 33 0 103 130 17 16 116 60
Binary 11011001 1001000 11011 0 1000011 1011000 1111 1110 1001110 110000

Color Harmonies of #D9481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9481B

Black with #D9481B

Text Example


Text Example

White with #D9481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9481B; }

 p { color: rgb(217,72,27); }

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

background-color css

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

 a { background-color: rgb(217,72,27); }

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

border-color css

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

 span { border-color: rgb(217,72,27); }

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