Html Css Color HEX #D8301F Harley Davidson Orange

📋 copy color: '#D8301F'

red 216 ◦ green 48 ◦ blue 31

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

Shades of Harley Davidson Orange #D8301F

Tints of Harley Davidson Orange #D8301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 73.22%
G = 16.27%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8301F (or 0xD8301F) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 1F. RGB value is (216,48,31). Sum of RGB (Red+Green+Blue) = 216+48+31=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8301F is #27CFE0. Grayscale: #606060. Windows color (decimal): -2609121 or 2044120. OLE color: 2044120.

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

Color convert

RGB 216 48 31 -
CMYK 0 0.78 0.86 0.15
HSL 5.51º 0.75% 0.48% -
HSV(B) 5.51º 0.86% 0.85% -
XYZ 29.62 16.81 2.98 -
YUV 96.29 91.16 213.38 -
System Red Green Blue C M Y K H S L
Decimal 216 48 31 0 0.78 0.86 0.15 5.51 0.75 0.48
Hex D8 30 1F 0 4E 56 F 6 4B 30
Octal 330 60 37 0 116 126 17 6 113 60
Binary 11011000 110000 11111 0 1001110 1010110 1111 110 1001011 110000

Color Harmonies of #D8301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8301F

Black with #D8301F

Text Example


Text Example

White with #D8301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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