Html Css Color HEX #D8301A Harley Davidson Orange

📋 copy color: '#D8301A'

red 216 ◦ green 48 ◦ blue 26

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

Shades of Harley Davidson Orange #D8301A

Tints of Harley Davidson Orange #D8301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

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

R = 74.48%
G = 16.55%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8301A (or 0xD8301A) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 1A. RGB value is (216,48,26). Sum of RGB (Red+Green+Blue) = 216+48+26=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D8301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8301A is #27CFE5. Grayscale: #5F5F5F. Windows color (decimal): -2609126 or 1716440. OLE color: 1716440.

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

Color convert

RGB 216 48 26 -
CMYK 0 0.78 0.88 0.15
HSL 6.95º 0.79% 0.47% -
HSV(B) 6.95º 0.88% 0.85% -
XYZ 29.56 16.79 2.66 -
YUV 95.72 88.66 213.79 -
System Red Green Blue C M Y K H S L
Decimal 216 48 26 0 0.78 0.88 0.15 6.95 0.79 0.47
Hex D8 30 1A 0 4E 58 F 7 4F 2F
Octal 330 60 32 0 116 130 17 7 117 57
Binary 11011000 110000 11010 0 1001110 1011000 1111 111 1001111 101111

Color Harmonies of #D8301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8301A

Black with #D8301A

Text Example


Text Example

White with #D8301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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