Html Css Color HEX #D62310 Harley Davidson Orange

📋 copy color: '#D62310'

red 214 ◦ green 35 ◦ blue 16

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

Shades of Harley Davidson Orange #D62310

Tints of Harley Davidson Orange #D62310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.21%

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

R = 80.75%
G = 13.21%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D62310 (or 0xD62310) is known color: Harley Davidson Orange. HEX triplet: D6, 23 and 10. RGB value is (214,35,16). Sum of RGB (Red+Green+Blue) = 214+35+16=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D62310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62310 is #29DCEF. Grayscale: #565656. Windows color (decimal): -2743536 or 1057750. OLE color: 1057750.

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

Color convert

RGB 214 35 16 -
CMYK 0 0.84 0.93 0.16
HSL 5.76º 0.86% 0.45% -
HSV(B) 5.76º 0.93% 0.84% -
XYZ 28.43 15.54 1.99 -
YUV 86.36 88.3 219.04 -
System Red Green Blue C M Y K H S L
Decimal 214 35 16 0 0.84 0.93 0.16 5.76 0.86 0.45
Hex D6 23 10 0 54 5D 10 6 56 2D
Octal 326 43 20 0 124 135 20 6 126 55
Binary 11010110 100011 10000 0 1010100 1011101 10000 110 1010110 101101

Color Harmonies of #D62310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62310

Black with #D62310

Text Example


Text Example

White with #D62310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62310; }

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

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

background-color css

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

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

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

border-color css

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

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

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