Html Css Color HEX #D62810 Harley Davidson Orange

📋 copy color: '#D62810'

red 214 ◦ green 40 ◦ blue 16

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

Shades of Harley Davidson Orange #D62810

Tints of Harley Davidson Orange #D62810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 79.26%
G = 14.81%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D62810 (or 0xD62810) is known color: Harley Davidson Orange. HEX triplet: D6, 28 and 10. RGB value is (214,40,16). Sum of RGB (Red+Green+Blue) = 214+40+16=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D62810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62810 is #29D7EF. Grayscale: #595959. Windows color (decimal): -2742256 or 1059030. OLE color: 1059030.

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

Color convert

RGB 214 40 16 -
CMYK 0 0.81 0.93 0.16
HSL 7.27º 0.86% 0.45% -
HSV(B) 7.27º 0.93% 0.84% -
XYZ 28.58 15.85 2.04 -
YUV 89.29 86.65 216.95 -
System Red Green Blue C M Y K H S L
Decimal 214 40 16 0 0.81 0.93 0.16 7.27 0.86 0.45
Hex D6 28 10 0 51 5D 10 7 56 2D
Octal 326 50 20 0 121 135 20 7 126 55
Binary 11010110 101000 10000 0 1010001 1011101 10000 111 1010110 101101

Color Harmonies of #D62810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62810

Black with #D62810

Text Example


Text Example

White with #D62810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62810; }

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

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

background-color css

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

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

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

border-color css

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

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

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