Html Css Color HEX #D81613 Harley Davidson Orange

📋 copy color: '#D81613'

red 216 ◦ green 22 ◦ blue 19

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

Shades of Harley Davidson Orange #D81613

Tints of Harley Davidson Orange #D81613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 84.05%
G = 8.56%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D81613 (or 0xD81613) is known color: Harley Davidson Orange. HEX triplet: D8, 16 and 13. RGB value is (216,22,19). Sum of RGB (Red+Green+Blue) = 216+22+19=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D81613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81613 is #27E9EC. Grayscale: #4F4F4F. Windows color (decimal): -2615789 or 1251032. OLE color: 1251032.

HSL color Cylindrical-coordinate representation of color #D81613: hue angle of 0.91º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81613 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 19 -
CMYK 0 0.90 0.91 0.15
HSL 0.91º 0.84% 0.46% -
HSV(B) 0.91º 0.91% 0.85% -
XYZ 28.72 15.22 2.04 -
YUV 79.66 93.77 225.24 -
System Red Green Blue C M Y K H S L
Decimal 216 22 19 0 0.90 0.91 0.15 0.91 0.84 0.46
Hex D8 16 13 0 5A 5B F 1 54 2E
Octal 330 26 23 0 132 133 17 1 124 56
Binary 11011000 10110 10011 0 1011010 1011011 1111 1 1010100 101110

Color Harmonies of #D81613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81613

Black with #D81613

Text Example


Text Example

White with #D81613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81613; }

 p { color: rgb(216,22,19); }

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

background-color css

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

 a { background-color: rgb(216,22,19); }

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

border-color css

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

 span { border-color: rgb(216,22,19); }

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