Html Css Color HEX #D62410 Harley Davidson Orange

📋 copy color: '#D62410'

red 214 ◦ green 36 ◦ blue 16

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

Shades of Harley Davidson Orange #D62410

Tints of Harley Davidson Orange #D62410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.53%

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

R = 80.45%
G = 13.53%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D62410 (or 0xD62410) is known color: Harley Davidson Orange. HEX triplet: D6, 24 and 10. RGB value is (214,36,16). Sum of RGB (Red+Green+Blue) = 214+36+16=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D62410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62410 is #29DBEF. Grayscale: #575757. Windows color (decimal): -2743280 or 1058006. OLE color: 1058006.

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

Color convert

RGB 214 36 16 -
CMYK 0 0.83 0.93 0.16
HSL 6.06º 0.86% 0.45% -
HSV(B) 6.06º 0.93% 0.84% -
XYZ 28.46 15.6 2 -
YUV 86.94 87.97 218.63 -
System Red Green Blue C M Y K H S L
Decimal 214 36 16 0 0.83 0.93 0.16 6.06 0.86 0.45
Hex D6 24 10 0 53 5D 10 6 56 2D
Octal 326 44 20 0 123 135 20 6 126 55
Binary 11010110 100100 10000 0 1010011 1011101 10000 110 1010110 101101

Color Harmonies of #D62410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62410

Black with #D62410

Text Example


Text Example

White with #D62410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62410; }

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

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

background-color css

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

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

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

border-color css

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

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

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