Html Css Color HEX #D8450F Harley Davidson Orange

📋 copy color: '#D8450F'

red 216 ◦ green 69 ◦ blue 15

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

Shades of Harley Davidson Orange #D8450F

Tints of Harley Davidson Orange #D8450F

RGB

 RED value IS 216 (84.77% from 255) = 72%

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

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

R = 72%
G = 23%
B = 5%

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

#D8450F (or 0xD8450F) is known color: Harley Davidson Orange. HEX triplet: D8, 45 and 0F. RGB value is (216,69,15). Sum of RGB (Red+Green+Blue) = 216+69+15=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8450F is #27BAF0. Grayscale: #6B6B6B. Windows color (decimal): -2603761 or 1000920. OLE color: 1000920.

HSL color Cylindrical-coordinate representation of color #D8450F: hue angle of 16.12º 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 #D8450F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 69 15 -
CMYK 0 0.68 0.93 0.15
HSL 16.12º 0.87% 0.45% -
HSV(B) 16.12º 0.93% 0.85% -
XYZ 30.53 18.89 2.49 -
YUV 106.8 76.2 205.89 -
System Red Green Blue C M Y K H S L
Decimal 216 69 15 0 0.68 0.93 0.15 16.12 0.87 0.45
Hex D8 45 F 0 44 5D F 10 57 2D
Octal 330 105 17 0 104 135 17 20 127 55
Binary 11011000 1000101 1111 0 1000100 1011101 1111 10000 1010111 101101

Color Harmonies of #D8450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8450F

Black with #D8450F

Text Example


Text Example

White with #D8450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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