Html Css Color HEX #D94A19 Harley Davidson Orange

📋 copy color: '#D94A19'

red 217 ◦ green 74 ◦ blue 25

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

Shades of Harley Davidson Orange #D94A19

Tints of Harley Davidson Orange #D94A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 25 (10.16% from 255) = 7.91%

R = 68.67%
G = 23.42%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D94A19 (or 0xD94A19) is known color: Harley Davidson Orange. HEX triplet: D9, 4A and 19. RGB value is (217,74,25). Sum of RGB (Red+Green+Blue) = 217+74+25=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94A19 is #26B5E6. Grayscale: #6F6F6F. Windows color (decimal): -2536935 or 1657561. OLE color: 1657561.

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

Color convert

RGB 217 74 25 -
CMYK 0 0.66 0.88 0.15
HSL 15.31º 0.79% 0.47% -
HSV(B) 15.31º 0.88% 0.85% -
XYZ 31.24 19.72 3.08 -
YUV 111.17 79.38 203.48 -
System Red Green Blue C M Y K H S L
Decimal 217 74 25 0 0.66 0.88 0.15 15.31 0.79 0.47
Hex D9 4A 19 0 42 58 F F 4F 2F
Octal 331 112 31 0 102 130 17 17 117 57
Binary 11011001 1001010 11001 0 1000010 1011000 1111 1111 1001111 101111

Color Harmonies of #D94A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A19

Black with #D94A19

Text Example


Text Example

White with #D94A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A19; }

 p { color: rgb(217,74,25); }

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

background-color css

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

 a { background-color: rgb(217,74,25); }

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

border-color css

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

 span { border-color: rgb(217,74,25); }

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