Html Css Color HEX #D8441A Harley Davidson Orange

📋 copy color: '#D8441A'

red 216 ◦ green 68 ◦ blue 26

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

Shades of Harley Davidson Orange #D8441A

Tints of Harley Davidson Orange #D8441A

RGB

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

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

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

R = 69.68%
G = 21.94%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8441A (or 0xD8441A) is known color: Harley Davidson Orange. HEX triplet: D8, 44 and 1A. RGB value is (216,68,26). Sum of RGB (Red+Green+Blue) = 216+68+26=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8441A is #27BBE5. Grayscale: #6B6B6B. Windows color (decimal): -2604006 or 1721560. OLE color: 1721560.

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

Color convert

RGB 216 68 26 -
CMYK 0 0.69 0.88 0.15
HSL 13.26º 0.79% 0.47% -
HSV(B) 13.26º 0.88% 0.85% -
XYZ 30.57 18.81 3 -
YUV 107.46 82.03 205.42 -
System Red Green Blue C M Y K H S L
Decimal 216 68 26 0 0.69 0.88 0.15 13.26 0.79 0.47
Hex D8 44 1A 0 45 58 F D 4F 2F
Octal 330 104 32 0 105 130 17 15 117 57
Binary 11011000 1000100 11010 0 1000101 1011000 1111 1101 1001111 101111

Color Harmonies of #D8441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8441A

Black with #D8441A

Text Example


Text Example

White with #D8441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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