Html Css Color HEX #D62018 Harley Davidson Orange

📋 copy color: '#D62018'

red 214 ◦ green 32 ◦ blue 24

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

Shades of Harley Davidson Orange #D62018

Tints of Harley Davidson Orange #D62018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.89%

R = 79.26%
G = 11.85%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D62018 (or 0xD62018) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 18. RGB value is (214,32,24). Sum of RGB (Red+Green+Blue) = 214+32+24=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D62018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62018 is #29DFE7. Grayscale: #555555. Windows color (decimal): -2744296 or 1581270. OLE color: 1581270.

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

Color convert

RGB 214 32 24 -
CMYK 0 0.85 0.89 0.16
HSL 2.53º 0.8% 0.47% -
HSV(B) 2.53º 0.89% 0.84% -
XYZ 28.41 15.4 2.34 -
YUV 85.51 93.3 219.65 -
System Red Green Blue C M Y K H S L
Decimal 214 32 24 0 0.85 0.89 0.16 2.53 0.8 0.47
Hex D6 20 18 0 55 59 10 3 50 2F
Octal 326 40 30 0 125 131 20 3 120 57
Binary 11010110 100000 11000 0 1010101 1011001 10000 11 1010000 101111

Color Harmonies of #D62018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62018

Black with #D62018

Text Example


Text Example

White with #D62018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62018; }

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

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

background-color css

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

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

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

border-color css

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

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

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