Html Css Color HEX #D9450F Harley Davidson Orange

📋 copy color: '#D9450F'

red 217 ◦ green 69 ◦ blue 15

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

Shades of Harley Davidson Orange #D9450F

Tints of Harley Davidson Orange #D9450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 72.09%
G = 22.92%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9450F (or 0xD9450F) is known color: Harley Davidson Orange. HEX triplet: D9, 45 and 0F. RGB value is (217,69,15). Sum of RGB (Red+Green+Blue) = 217+69+15=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9450F is #26BAF0. Grayscale: #6B6B6B. Windows color (decimal): -2538225 or 1000921. OLE color: 1000921.

HSL color Cylindrical-coordinate representation of color #D9450F: hue angle of 16.04º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9450F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 69 15 -
CMYK 0 0.68 0.93 0.15
HSL 16.04º 0.87% 0.45% -
HSV(B) 16.04º 0.93% 0.85% -
XYZ 30.83 19.04 2.5 -
YUV 107.1 76.03 206.39 -
System Red Green Blue C M Y K H S L
Decimal 217 69 15 0 0.68 0.93 0.15 16.04 0.87 0.45
Hex D9 45 F 0 44 5D F 10 57 2D
Octal 331 105 17 0 104 135 17 20 127 55
Binary 11011001 1000101 1111 0 1000100 1011101 1111 10000 1010111 101101

Color Harmonies of #D9450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9450F

Black with #D9450F

Text Example


Text Example

White with #D9450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9450F; }

 p { color: rgb(217,69,15); }

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

background-color css

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

 a { background-color: rgb(217,69,15); }

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

border-color css

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

 span { border-color: rgb(217,69,15); }

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