Html Css Color HEX #D61810 Harley Davidson Orange

📋 copy color: '#D61810'

red 214 ◦ green 24 ◦ blue 16

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

Shades of Harley Davidson Orange #D61810

Tints of Harley Davidson Orange #D61810

RGB

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

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

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

R = 84.25%
G = 9.45%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D61810 (or 0xD61810) is known color: Harley Davidson Orange. HEX triplet: D6, 18 and 10. RGB value is (214,24,16). Sum of RGB (Red+Green+Blue) = 214+24+16=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D61810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61810 is #29E7EF. Grayscale: #505050. Windows color (decimal): -2746352 or 1054934. OLE color: 1054934.

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

Color convert

RGB 214 24 16 -
CMYK 0 0.89 0.93 0.16
HSL 2.42º 0.86% 0.45% -
HSV(B) 2.42º 0.93% 0.84% -
XYZ 28.15 14.99 1.9 -
YUV 79.9 91.95 223.65 -
System Red Green Blue C M Y K H S L
Decimal 214 24 16 0 0.89 0.93 0.16 2.42 0.86 0.45
Hex D6 18 10 0 59 5D 10 2 56 2D
Octal 326 30 20 0 131 135 20 2 126 55
Binary 11010110 11000 10000 0 1011001 1011101 10000 10 1010110 101101

Color Harmonies of #D61810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61810

Black with #D61810

Text Example


Text Example

White with #D61810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61810; }

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

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

background-color css

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

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

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

border-color css

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

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

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