Html Css Color HEX #D81F1A Harley Davidson Orange

📋 copy color: '#D81F1A'

red 216 ◦ green 31 ◦ blue 26

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

Shades of Harley Davidson Orange #D81F1A

Tints of Harley Davidson Orange #D81F1A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.36%

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

R = 79.12%
G = 11.36%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D81F1A (or 0xD81F1A) is known color: Harley Davidson Orange. HEX triplet: D8, 1F and 1A. RGB value is (216,31,26). Sum of RGB (Red+Green+Blue) = 216+31+26=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81F1A is #27E0E5. Grayscale: #555555. Windows color (decimal): -2613478 or 1712088. OLE color: 1712088.

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

Color convert

RGB 216 31 26 -
CMYK 0 0.86 0.88 0.15
HSL 1.58º 0.79% 0.47% -
HSV(B) 1.58º 0.88% 0.85% -
XYZ 29 15.65 2.47 -
YUV 85.75 94.29 220.91 -
System Red Green Blue C M Y K H S L
Decimal 216 31 26 0 0.86 0.88 0.15 1.58 0.79 0.47
Hex D8 1F 1A 0 56 58 F 2 4F 2F
Octal 330 37 32 0 126 130 17 2 117 57
Binary 11011000 11111 11010 0 1010110 1011000 1111 10 1001111 101111

Color Harmonies of #D81F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F1A

Black with #D81F1A

Text Example


Text Example

White with #D81F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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