Html Css Color HEX #D8421E Harley Davidson Orange

📋 copy color: '#D8421E'

red 216 ◦ green 66 ◦ blue 30

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

Shades of Harley Davidson Orange #D8421E

Tints of Harley Davidson Orange #D8421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 69.23%
G = 21.15%
B = 9.62%

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

#D8421E (or 0xD8421E) is known color: Harley Davidson Orange. HEX triplet: D8, 42 and 1E. RGB value is (216,66,30). Sum of RGB (Red+Green+Blue) = 216+66+30=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8421E is #27BDE1. Grayscale: #6B6B6B. Windows color (decimal): -2604514 or 1983192. OLE color: 1983192.

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

Color convert

RGB 216 66 30 -
CMYK 0 0.69 0.86 0.15
HSL 11.61º 0.76% 0.48% -
HSV(B) 11.61º 0.86% 0.85% -
XYZ 30.5 18.59 3.21 -
YUV 106.75 84.7 205.93 -
System Red Green Blue C M Y K H S L
Decimal 216 66 30 0 0.69 0.86 0.15 11.61 0.76 0.48
Hex D8 42 1E 0 45 56 F C 4C 30
Octal 330 102 36 0 105 126 17 14 114 60
Binary 11011000 1000010 11110 0 1000101 1010110 1111 1100 1001100 110000

Color Harmonies of #D8421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8421E

Black with #D8421E

Text Example


Text Example

White with #D8421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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