Html Css Color HEX #D8291A Harley Davidson Orange

📋 copy color: '#D8291A'

red 216 ◦ green 41 ◦ blue 26

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

Shades of Harley Davidson Orange #D8291A

Tints of Harley Davidson Orange #D8291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

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

R = 76.33%
G = 14.49%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8291A (or 0xD8291A) is known color: Harley Davidson Orange. HEX triplet: D8, 29 and 1A. RGB value is (216,41,26). Sum of RGB (Red+Green+Blue) = 216+41+26=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8291A is #27D6E5. Grayscale: #5B5B5B. Windows color (decimal): -2610918 or 1714648. OLE color: 1714648.

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

Color convert

RGB 216 41 26 -
CMYK 0 0.81 0.88 0.15
HSL 4.74º 0.79% 0.47% -
HSV(B) 4.74º 0.88% 0.85% -
XYZ 29.3 16.26 2.57 -
YUV 91.62 90.98 216.72 -
System Red Green Blue C M Y K H S L
Decimal 216 41 26 0 0.81 0.88 0.15 4.74 0.79 0.47
Hex D8 29 1A 0 51 58 F 5 4F 2F
Octal 330 51 32 0 121 130 17 5 117 57
Binary 11011000 101001 11010 0 1010001 1011000 1111 101 1001111 101111

Color Harmonies of #D8291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8291A

Black with #D8291A

Text Example


Text Example

White with #D8291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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