Html Css Color HEX #D63018 Harley Davidson Orange

📋 copy color: '#D63018'

red 214 ◦ green 48 ◦ blue 24

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

Shades of Harley Davidson Orange #D63018

Tints of Harley Davidson Orange #D63018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.78%

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

R = 74.83%
G = 16.78%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D63018 (or 0xD63018) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 18. RGB value is (214,48,24). Sum of RGB (Red+Green+Blue) = 214+48+24=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D63018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63018 is #29CFE7. Grayscale: #5F5F5F. Windows color (decimal): -2740200 or 1585366. OLE color: 1585366.

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

Color convert

RGB 214 48 24 -
CMYK 0 0.78 0.89 0.16
HSL 7.58º 0.8% 0.47% -
HSV(B) 7.58º 0.89% 0.84% -
XYZ 28.95 16.48 2.52 -
YUV 94.9 88 212.95 -
System Red Green Blue C M Y K H S L
Decimal 214 48 24 0 0.78 0.89 0.16 7.58 0.8 0.47
Hex D6 30 18 0 4E 59 10 8 50 2F
Octal 326 60 30 0 116 131 20 10 120 57
Binary 11010110 110000 11000 0 1001110 1011001 10000 1000 1010000 101111

Color Harmonies of #D63018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63018

Black with #D63018

Text Example


Text Example

White with #D63018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63018; }

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

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

background-color css

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

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

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

border-color css

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

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

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