Html Css Color HEX #D8441E Harley Davidson Orange

📋 copy color: '#D8441E'

red 216 ◦ green 68 ◦ blue 30

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

Shades of Harley Davidson Orange #D8441E

Tints of Harley Davidson Orange #D8441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.66%

 BLUE value IS 30 (12.11% from 255) = 9.55%

R = 68.79%
G = 21.66%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8441E (or 0xD8441E) is known color: Harley Davidson Orange. HEX triplet: D8, 44 and 1E. RGB value is (216,68,30). Sum of RGB (Red+Green+Blue) = 216+68+30=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8441E is #27BBE1. Grayscale: #6C6C6C. Windows color (decimal): -2604002 or 1983704. OLE color: 1983704.

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

Color convert

RGB 216 68 30 -
CMYK 0 0.69 0.86 0.15
HSL 12.26º 0.76% 0.48% -
HSV(B) 12.26º 0.86% 0.85% -
XYZ 30.62 18.83 3.25 -
YUV 107.92 84.03 205.09 -
System Red Green Blue C M Y K H S L
Decimal 216 68 30 0 0.69 0.86 0.15 12.26 0.76 0.48
Hex D8 44 1E 0 45 56 F C 4C 30
Octal 330 104 36 0 105 126 17 14 114 60
Binary 11011000 1000100 11110 0 1000101 1010110 1111 1100 1001100 110000

Color Harmonies of #D8441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8441E

Black with #D8441E

Text Example


Text Example

White with #D8441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8441E; }

 p { color: rgb(216,68,30); }

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

background-color css

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

 a { background-color: rgb(216,68,30); }

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

border-color css

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

 span { border-color: rgb(216,68,30); }

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