Html Css Color HEX #D63118 Harley Davidson Orange

📋 copy color: '#D63118'

red 214 ◦ green 49 ◦ blue 24

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

Shades of Harley Davidson Orange #D63118

Tints of Harley Davidson Orange #D63118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

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

R = 74.56%
G = 17.07%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D63118 (or 0xD63118) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 18. RGB value is (214,49,24). Sum of RGB (Red+Green+Blue) = 214+49+24=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D63118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63118 is #29CEE7. Grayscale: #5F5F5F. Windows color (decimal): -2739944 or 1585622. OLE color: 1585622.

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

Color convert

RGB 214 49 24 -
CMYK 0 0.77 0.89 0.16
HSL 7.89º 0.8% 0.47% -
HSV(B) 7.89º 0.89% 0.84% -
XYZ 28.99 16.56 2.53 -
YUV 95.49 87.66 212.53 -
System Red Green Blue C M Y K H S L
Decimal 214 49 24 0 0.77 0.89 0.16 7.89 0.8 0.47
Hex D6 31 18 0 4D 59 10 8 50 2F
Octal 326 61 30 0 115 131 20 10 120 57
Binary 11010110 110001 11000 0 1001101 1011001 10000 1000 1010000 101111

Color Harmonies of #D63118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63118

Black with #D63118

Text Example


Text Example

White with #D63118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63118; }

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

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

background-color css

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

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

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

border-color css

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

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

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