Html Css Color HEX #D74819 Harley Davidson Orange

📋 copy color: '#D74819'

red 215 ◦ green 72 ◦ blue 25

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

Shades of Harley Davidson Orange #D74819

Tints of Harley Davidson Orange #D74819

RGB

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

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

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

R = 68.91%
G = 23.08%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D74819 (or 0xD74819) is known color: Harley Davidson Orange. HEX triplet: D7, 48 and 19. RGB value is (215,72,25). Sum of RGB (Red+Green+Blue) = 215+72+25=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D74819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74819 is #28B7E6. Grayscale: #6D6D6D. Windows color (decimal): -2668519 or 1657047. OLE color: 1657047.

HSL color Cylindrical-coordinate representation of color #D74819: hue angle of 14.84º 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 #D74819 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 72 25 -
CMYK 0 0.67 0.88 0.16
HSL 14.84º 0.79% 0.47% -
HSV(B) 14.84º 0.88% 0.84% -
XYZ 30.52 19.15 3.01 -
YUV 109.4 80.38 203.32 -
System Red Green Blue C M Y K H S L
Decimal 215 72 25 0 0.67 0.88 0.16 14.84 0.79 0.47
Hex D7 48 19 0 43 58 10 F 4F 2F
Octal 327 110 31 0 103 130 20 17 117 57
Binary 11010111 1001000 11001 0 1000011 1011000 10000 1111 1001111 101111

Color Harmonies of #D74819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74819

Black with #D74819

Text Example


Text Example

White with #D74819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74819; }

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

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

background-color css

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

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

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

border-color css

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

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

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