Html Css Color HEX #D8450E Harley Davidson Orange

📋 copy color: '#D8450E'

red 216 ◦ green 69 ◦ blue 14

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

Shades of Harley Davidson Orange #D8450E

Tints of Harley Davidson Orange #D8450E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 72.24%
G = 23.08%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8450E (or 0xD8450E) is known color: Harley Davidson Orange. HEX triplet: D8, 45 and 0E. RGB value is (216,69,14). Sum of RGB (Red+Green+Blue) = 216+69+14=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8450E is #27BAF1. Grayscale: #6B6B6B. Windows color (decimal): -2603762 or 935384. OLE color: 935384.

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

Color convert

RGB 216 69 14 -
CMYK 0 0.68 0.94 0.15
HSL 16.34º 0.88% 0.45% -
HSV(B) 16.34º 0.94% 0.85% -
XYZ 30.53 18.89 2.45 -
YUV 106.68 75.7 205.97 -
System Red Green Blue C M Y K H S L
Decimal 216 69 14 0 0.68 0.94 0.15 16.34 0.88 0.45
Hex D8 45 E 0 44 5E F 10 58 2D
Octal 330 105 16 0 104 136 17 20 130 55
Binary 11011000 1000101 1110 0 1000100 1011110 1111 10000 1011000 101101

Color Harmonies of #D8450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8450E

Black with #D8450E

Text Example


Text Example

White with #D8450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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