Html Css Color HEX #D8421A Harley Davidson Orange

📋 copy color: '#D8421A'

red 216 ◦ green 66 ◦ blue 26

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

Shades of Harley Davidson Orange #D8421A

Tints of Harley Davidson Orange #D8421A

RGB

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

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

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

R = 70.13%
G = 21.43%
B = 8.44%

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

#D8421A (or 0xD8421A) is known color: Harley Davidson Orange. HEX triplet: D8, 42 and 1A. RGB value is (216,66,26). Sum of RGB (Red+Green+Blue) = 216+66+26=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D8421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8421A is #27BDE5. Grayscale: #6A6A6A. Windows color (decimal): -2604518 or 1721048. OLE color: 1721048.

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

Color convert

RGB 216 66 26 -
CMYK 0 0.69 0.88 0.15
HSL 12.63º 0.79% 0.47% -
HSV(B) 12.63º 0.88% 0.85% -
XYZ 30.45 18.57 2.96 -
YUV 106.29 82.7 206.25 -
System Red Green Blue C M Y K H S L
Decimal 216 66 26 0 0.69 0.88 0.15 12.63 0.79 0.47
Hex D8 42 1A 0 45 58 F D 4F 2F
Octal 330 102 32 0 105 130 17 15 117 57
Binary 11011000 1000010 11010 0 1000101 1011000 1111 1101 1001111 101111

Color Harmonies of #D8421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8421A

Black with #D8421A

Text Example


Text Example

White with #D8421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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