Html Css Color HEX #D62000 Harley Davidson Orange

📋 copy color: '#D62000'

red 214 ◦ green 32 ◦ blue 0

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

Shades of Harley Davidson Orange #D62000

Tints of Harley Davidson Orange #D62000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.99%
G = 13.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D62000 (or 0xD62000) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 00. RGB value is (214,32,0). Sum of RGB (Red+Green+Blue) = 214+32+0=246 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.99% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 214 - color contains mainly: red. Hex color #D62000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62000 is #29DFFF. Grayscale: #535353. Windows color (decimal): -2744320 or 8406. OLE color: 8406.

HSL color Cylindrical-coordinate representation of color #D62000: hue angle of 8.97º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D62000 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 0 -
CMYK 0 0.85 1 0.16
HSL 8.97º 1% 0.42% -
HSV(B) 8.97º 1% 0.84% -
XYZ 28.25 15.33 1.47 -
YUV 82.77 81.3 221.6 -
System Red Green Blue C M Y K H S L
Decimal 214 32 0 0 0.85 1 0.16 8.97 1 0.42
Hex D6 20 0 0 55 64 10 9 64 2A
Octal 326 40 0 0 125 144 20 11 144 52
Binary 11010110 100000 0 0 1010101 1100100 10000 1001 1100100 101010

Color Harmonies of #D62000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62000

Black with #D62000

Text Example


Text Example

White with #D62000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62000; }

 p { color: rgb(214,32,0); }

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

background-color css

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

 a { background-color: rgb(214,32,0); }

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

border-color css

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

 span { border-color: rgb(214,32,0); }

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