Html Css Color HEX #D8451A Harley Davidson Orange

📋 copy color: '#D8451A'

red 216 ◦ green 69 ◦ blue 26

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

Shades of Harley Davidson Orange #D8451A

Tints of Harley Davidson Orange #D8451A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.36%

R = 69.45%
G = 22.19%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8451A (or 0xD8451A) is known color: Harley Davidson Orange. HEX triplet: D8, 45 and 1A. RGB value is (216,69,26). Sum of RGB (Red+Green+Blue) = 216+69+26=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D8451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8451A is #27BAE5. Grayscale: #6C6C6C. Windows color (decimal): -2603750 or 1721816. OLE color: 1721816.

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

Color convert

RGB 216 69 26 -
CMYK 0 0.68 0.88 0.15
HSL 13.58º 0.79% 0.47% -
HSV(B) 13.58º 0.88% 0.85% -
XYZ 30.63 18.93 3.02 -
YUV 108.05 81.7 205 -
System Red Green Blue C M Y K H S L
Decimal 216 69 26 0 0.68 0.88 0.15 13.58 0.79 0.47
Hex D8 45 1A 0 44 58 F E 4F 2F
Octal 330 105 32 0 104 130 17 16 117 57
Binary 11011000 1000101 11010 0 1000100 1011000 1111 1110 1001111 101111

Color Harmonies of #D8451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8451A

Black with #D8451A

Text Example


Text Example

White with #D8451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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