Html Css Color HEX #D61808 Harley Davidson Orange

📋 copy color: '#D61808'

red 214 ◦ green 24 ◦ blue 8

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

Shades of Harley Davidson Orange #D61808

Tints of Harley Davidson Orange #D61808

RGB

 RED value IS 214 (83.98% from 255) = 86.99%

 GREEN value IS 24 (9.77% from 255) = 9.76%

 BLUE value IS 8 (3.52% from 255) = 3.25%

R = 86.99%
G = 9.76%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D61808 (or 0xD61808) is known color: Harley Davidson Orange. HEX triplet: D6, 18 and 08. RGB value is (214,24,8). Sum of RGB (Red+Green+Blue) = 214+24+8=246 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.99% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 214 - color contains mainly: red. Hex color #D61808 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61808 is #29E7F7. Grayscale: #4F4F4F. Windows color (decimal): -2746360 or 530646. OLE color: 530646.

HSL color Cylindrical-coordinate representation of color #D61808: hue angle of 4.66º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D61808 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 8 -
CMYK 0 0.89 0.96 0.16
HSL 4.66º 0.93% 0.44% -
HSV(B) 4.66º 0.96% 0.84% -
XYZ 28.1 14.97 1.64 -
YUV 78.99 87.95 224.3 -
System Red Green Blue C M Y K H S L
Decimal 214 24 8 0 0.89 0.96 0.16 4.66 0.93 0.44
Hex D6 18 8 0 59 60 10 5 5D 2C
Octal 326 30 10 0 131 140 20 5 135 54
Binary 11010110 11000 1000 0 1011001 1100000 10000 101 1011101 101100

Color Harmonies of #D61808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61808

Black with #D61808

Text Example


Text Example

White with #D61808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61808; }

 p { color: rgb(214,24,8); }

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

background-color css

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

 a { background-color: rgb(214,24,8); }

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

border-color css

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

 span { border-color: rgb(214,24,8); }

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