Html Css Color HEX #D64118 Harley Davidson Orange

📋 copy color: '#D64118'

red 214 ◦ green 65 ◦ blue 24

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

Shades of Harley Davidson Orange #D64118

Tints of Harley Davidson Orange #D64118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

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

R = 70.63%
G = 21.45%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D64118 (or 0xD64118) is known color: Harley Davidson Orange. HEX triplet: D6, 41 and 18. RGB value is (214,65,24). Sum of RGB (Red+Green+Blue) = 214+65+24=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D64118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64118 is #29BEE7. Grayscale: #696969. Windows color (decimal): -2735848 or 1589718. OLE color: 1589718.

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

Color convert

RGB 214 65 24 -
CMYK 0 0.70 0.89 0.16
HSL 12.95º 0.8% 0.47% -
HSV(B) 12.95º 0.89% 0.84% -
XYZ 29.79 18.14 2.8 -
YUV 104.88 82.36 205.83 -
System Red Green Blue C M Y K H S L
Decimal 214 65 24 0 0.70 0.89 0.16 12.95 0.8 0.47
Hex D6 41 18 0 46 59 10 D 50 2F
Octal 326 101 30 0 106 131 20 15 120 57
Binary 11010110 1000001 11000 0 1000110 1011001 10000 1101 1010000 101111

Color Harmonies of #D64118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64118

Black with #D64118

Text Example


Text Example

White with #D64118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64118; }

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

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

background-color css

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

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

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

border-color css

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

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

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