Html Css Color HEX #D62910 Harley Davidson Orange

📋 copy color: '#D62910'

red 214 ◦ green 41 ◦ blue 16

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

Shades of Harley Davidson Orange #D62910

Tints of Harley Davidson Orange #D62910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

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

R = 78.97%
G = 15.13%
B = 5.9%

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

#D62910 (or 0xD62910) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 10. RGB value is (214,41,16). Sum of RGB (Red+Green+Blue) = 214+41+16=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D62910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62910 is #29D6EF. Grayscale: #5A5A5A. Windows color (decimal): -2742000 or 1059286. OLE color: 1059286.

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

Color convert

RGB 214 41 16 -
CMYK 0 0.81 0.93 0.16
HSL 7.58º 0.86% 0.45% -
HSV(B) 7.58º 0.93% 0.84% -
XYZ 28.62 15.92 2.05 -
YUV 89.88 86.31 216.53 -
System Red Green Blue C M Y K H S L
Decimal 214 41 16 0 0.81 0.93 0.16 7.58 0.86 0.45
Hex D6 29 10 0 51 5D 10 8 56 2D
Octal 326 51 20 0 121 135 20 10 126 55
Binary 11010110 101001 10000 0 1010001 1011101 10000 1000 1010110 101101

Color Harmonies of #D62910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62910

Black with #D62910

Text Example


Text Example

White with #D62910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62910; }

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

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

background-color css

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

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

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

border-color css

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

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

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