Html Css Color HEX #D8381F Harley Davidson Orange

📋 copy color: '#D8381F'

red 216 ◦ green 56 ◦ blue 31

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

Shades of Harley Davidson Orange #D8381F

Tints of Harley Davidson Orange #D8381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

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

R = 71.29%
G = 18.48%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8381F (or 0xD8381F) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 1F. RGB value is (216,56,31). Sum of RGB (Red+Green+Blue) = 216+56+31=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D8381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8381F is #27C7E0. Grayscale: #656565. Windows color (decimal): -2607073 or 2046168. OLE color: 2046168.

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

Color convert

RGB 216 56 31 -
CMYK 0 0.74 0.86 0.15
HSL 8.11º 0.75% 0.48% -
HSV(B) 8.11º 0.86% 0.85% -
XYZ 29.98 17.53 3.1 -
YUV 100.99 88.51 210.03 -
System Red Green Blue C M Y K H S L
Decimal 216 56 31 0 0.74 0.86 0.15 8.11 0.75 0.48
Hex D8 38 1F 0 4A 56 F 8 4B 30
Octal 330 70 37 0 112 126 17 10 113 60
Binary 11011000 111000 11111 0 1001010 1010110 1111 1000 1001011 110000

Color Harmonies of #D8381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8381F

Black with #D8381F

Text Example


Text Example

White with #D8381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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