Html Css Color HEX #D8451C Harley Davidson Orange

📋 copy color: '#D8451C'

red 216 ◦ green 69 ◦ blue 28

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

Shades of Harley Davidson Orange #D8451C

Tints of Harley Davidson Orange #D8451C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 69.01%
G = 22.04%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8451C (or 0xD8451C) is known color: Harley Davidson Orange. HEX triplet: D8, 45 and 1C. RGB value is (216,69,28). Sum of RGB (Red+Green+Blue) = 216+69+28=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8451C is #27BAE3. Grayscale: #6C6C6C. Windows color (decimal): -2603748 or 1852888. OLE color: 1852888.

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

Color convert

RGB 216 69 28 -
CMYK 0 0.68 0.87 0.15
HSL 13.09º 0.77% 0.48% -
HSV(B) 13.09º 0.87% 0.85% -
XYZ 30.66 18.94 3.14 -
YUV 108.28 82.7 204.83 -
System Red Green Blue C M Y K H S L
Decimal 216 69 28 0 0.68 0.87 0.15 13.09 0.77 0.48
Hex D8 45 1C 0 44 57 F D 4D 30
Octal 330 105 34 0 104 127 17 15 115 60
Binary 11011000 1000101 11100 0 1000100 1010111 1111 1101 1001101 110000

Color Harmonies of #D8451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8451C

Black with #D8451C

Text Example


Text Example

White with #D8451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8451C; }

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

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

background-color css

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

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

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

border-color css

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

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

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