Html Css Color HEX #D8450A Harley Davidson Orange

📋 copy color: '#D8450A'

red 216 ◦ green 69 ◦ blue 10

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

Shades of Harley Davidson Orange #D8450A

Tints of Harley Davidson Orange #D8450A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.39%

R = 73.22%
G = 23.39%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8450A (or 0xD8450A) is known color: Harley Davidson Orange. HEX triplet: D8, 45 and 0A. RGB value is (216,69,10). Sum of RGB (Red+Green+Blue) = 216+69+10=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8450A is #27BAF5. Grayscale: #6A6A6A. Windows color (decimal): -2603766 or 673240. OLE color: 673240.

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

Color convert

RGB 216 69 10 -
CMYK 0 0.68 0.95 0.15
HSL 17.18º 0.91% 0.44% -
HSV(B) 17.18º 0.95% 0.85% -
XYZ 30.5 18.88 2.32 -
YUV 106.23 73.7 206.3 -
System Red Green Blue C M Y K H S L
Decimal 216 69 10 0 0.68 0.95 0.15 17.18 0.91 0.44
Hex D8 45 A 0 44 5F F 11 5B 2C
Octal 330 105 12 0 104 137 17 21 133 54
Binary 11011000 1000101 1010 0 1000100 1011111 1111 10001 1011011 101100

Color Harmonies of #D8450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8450A

Black with #D8450A

Text Example


Text Example

White with #D8450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8450A; }

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

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

background-color css

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

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

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

border-color css

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

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

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