Html Css Color HEX #D9401A Harley Davidson Orange

📋 copy color: '#D9401A'

red 217 ◦ green 64 ◦ blue 26

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

Shades of Harley Davidson Orange #D9401A

Tints of Harley Davidson Orange #D9401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.47%

R = 70.68%
G = 20.85%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9401A (or 0xD9401A) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 1A. RGB value is (217,64,26). Sum of RGB (Red+Green+Blue) = 217+64+26=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D9401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9401A is #26BFE5. Grayscale: #696969. Windows color (decimal): -2539494 or 1720537. OLE color: 1720537.

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

Color convert

RGB 217 64 26 -
CMYK 0 0.71 0.88 0.15
HSL 11.94º 0.79% 0.48% -
HSV(B) 11.94º 0.88% 0.85% -
XYZ 30.64 18.49 2.93 -
YUV 105.42 83.19 207.59 -
System Red Green Blue C M Y K H S L
Decimal 217 64 26 0 0.71 0.88 0.15 11.94 0.79 0.48
Hex D9 40 1A 0 47 58 F C 4F 30
Octal 331 100 32 0 107 130 17 14 117 60
Binary 11011001 1000000 11010 0 1000111 1011000 1111 1100 1001111 110000

Color Harmonies of #D9401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9401A

Black with #D9401A

Text Example


Text Example

White with #D9401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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