Html Css Color HEX #D74919 Harley Davidson Orange

📋 copy color: '#D74919'

red 215 ◦ green 73 ◦ blue 25

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

Shades of Harley Davidson Orange #D74919

Tints of Harley Davidson Orange #D74919

RGB

 RED value IS 215 (84.38% from 255) = 68.69%

 GREEN value IS 73 (28.91% from 255) = 23.32%

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

R = 68.69%
G = 23.32%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D74919 (or 0xD74919) is known color: Harley Davidson Orange. HEX triplet: D7, 49 and 19. RGB value is (215,73,25). Sum of RGB (Red+Green+Blue) = 215+73+25=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D74919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74919 is #28B6E6. Grayscale: #6E6E6E. Windows color (decimal): -2668263 or 1657303. OLE color: 1657303.

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

Color convert

RGB 215 73 25 -
CMYK 0 0.66 0.88 0.16
HSL 15.16º 0.79% 0.47% -
HSV(B) 15.16º 0.88% 0.84% -
XYZ 30.58 19.28 3.03 -
YUV 109.99 80.04 202.9 -
System Red Green Blue C M Y K H S L
Decimal 215 73 25 0 0.66 0.88 0.16 15.16 0.79 0.47
Hex D7 49 19 0 42 58 10 F 4F 2F
Octal 327 111 31 0 102 130 20 17 117 57
Binary 11010111 1001001 11001 0 1000010 1011000 10000 1111 1001111 101111

Color Harmonies of #D74919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74919

Black with #D74919

Text Example


Text Example

White with #D74919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74919; }

 p { color: rgb(215,73,25); }

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

background-color css

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

 a { background-color: rgb(215,73,25); }

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

border-color css

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

 span { border-color: rgb(215,73,25); }

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