Html Css Color HEX #D62808 Harley Davidson Orange

📋 copy color: '#D62808'

red 214 ◦ green 40 ◦ blue 8

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

Shades of Harley Davidson Orange #D62808

Tints of Harley Davidson Orange #D62808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

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

R = 81.68%
G = 15.27%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D62808 (or 0xD62808) is known color: Harley Davidson Orange. HEX triplet: D6, 28 and 08. RGB value is (214,40,8). Sum of RGB (Red+Green+Blue) = 214+40+8=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D62808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62808 is #29D7F7. Grayscale: #585858. Windows color (decimal): -2742264 or 534742. OLE color: 534742.

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

Color convert

RGB 214 40 8 -
CMYK 0 0.81 0.96 0.16
HSL 9.32º 0.93% 0.44% -
HSV(B) 9.32º 0.96% 0.84% -
XYZ 28.53 15.83 1.78 -
YUV 88.38 82.65 217.6 -
System Red Green Blue C M Y K H S L
Decimal 214 40 8 0 0.81 0.96 0.16 9.32 0.93 0.44
Hex D6 28 8 0 51 60 10 9 5D 2C
Octal 326 50 10 0 121 140 20 11 135 54
Binary 11010110 101000 1000 0 1010001 1100000 10000 1001 1011101 101100

Color Harmonies of #D62808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62808

Black with #D62808

Text Example


Text Example

White with #D62808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62808; }

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

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

background-color css

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

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

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

border-color css

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

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

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