Html Css Color HEX #D61E10 Harley Davidson Orange

📋 copy color: '#D61E10'

red 214 ◦ green 30 ◦ blue 16

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

Shades of Harley Davidson Orange #D61E10

Tints of Harley Davidson Orange #D61E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.54%

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

R = 82.31%
G = 11.54%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D61E10 (or 0xD61E10) is known color: Harley Davidson Orange. HEX triplet: D6, 1E and 10. RGB value is (214,30,16). Sum of RGB (Red+Green+Blue) = 214+30+16=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61E10 is #29E1EF. Grayscale: #535353. Windows color (decimal): -2744816 or 1056470. OLE color: 1056470.

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

Color convert

RGB 214 30 16 -
CMYK 0 0.86 0.93 0.16
HSL 4.24º 0.86% 0.45% -
HSV(B) 4.24º 0.93% 0.84% -
XYZ 28.29 15.26 1.95 -
YUV 83.42 89.96 221.14 -
System Red Green Blue C M Y K H S L
Decimal 214 30 16 0 0.86 0.93 0.16 4.24 0.86 0.45
Hex D6 1E 10 0 56 5D 10 4 56 2D
Octal 326 36 20 0 126 135 20 4 126 55
Binary 11010110 11110 10000 0 1010110 1011101 10000 100 1010110 101101

Color Harmonies of #D61E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E10

Black with #D61E10

Text Example


Text Example

White with #D61E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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