Html Css Color HEX #D63918 Harley Davidson Orange

📋 copy color: '#D63918'

red 214 ◦ green 57 ◦ blue 24

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

Shades of Harley Davidson Orange #D63918

Tints of Harley Davidson Orange #D63918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

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

R = 72.54%
G = 19.32%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D63918 (or 0xD63918) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 18. RGB value is (214,57,24). Sum of RGB (Red+Green+Blue) = 214+57+24=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D63918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63918 is #29C6E7. Grayscale: #646464. Windows color (decimal): -2737896 or 1587670. OLE color: 1587670.

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

Color convert

RGB 214 57 24 -
CMYK 0 0.73 0.89 0.16
HSL 10.42º 0.8% 0.47% -
HSV(B) 10.42º 0.89% 0.84% -
XYZ 29.36 17.29 2.65 -
YUV 100.18 85.01 209.18 -
System Red Green Blue C M Y K H S L
Decimal 214 57 24 0 0.73 0.89 0.16 10.42 0.8 0.47
Hex D6 39 18 0 49 59 10 A 50 2F
Octal 326 71 30 0 111 131 20 12 120 57
Binary 11010110 111001 11000 0 1001001 1011001 10000 1010 1010000 101111

Color Harmonies of #D63918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63918

Black with #D63918

Text Example


Text Example

White with #D63918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63918; }

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

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

background-color css

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

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

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

border-color css

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

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

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