Html Css Color HEX #D13018 Harley Davidson Orange

📋 copy color: '#D13018'

red 209 ◦ green 48 ◦ blue 24

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

Shades of Harley Davidson Orange #D13018

Tints of Harley Davidson Orange #D13018

RGB

 RED value IS 209 (82.03% from 255) = 74.38%

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

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

R = 74.38%
G = 17.08%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D13018 (or 0xD13018) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 18. RGB value is (209,48,24). Sum of RGB (Red+Green+Blue) = 209+48+24=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D13018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13018 is #2ECFE7. Grayscale: #5D5D5D. Windows color (decimal): -3067880 or 1585361. OLE color: 1585361.

HSL color Cylindrical-coordinate representation of color #D13018: hue angle of 7.78º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D13018 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 24 -
CMYK 0 0.77 0.89 0.18
HSL 7.78º 0.79% 0.46% -
HSV(B) 7.78º 0.89% 0.82% -
XYZ 27.52 15.74 2.45 -
YUV 93.4 88.84 210.45 -
System Red Green Blue C M Y K H S L
Decimal 209 48 24 0 0.77 0.89 0.18 7.78 0.79 0.46
Hex D1 30 18 0 4D 59 12 8 4F 2E
Octal 321 60 30 0 115 131 22 10 117 56
Binary 11010001 110000 11000 0 1001101 1011001 10010 1000 1001111 101110

Color Harmonies of #D13018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13018

Black with #D13018

Text Example


Text Example

White with #D13018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13018; }

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

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

background-color css

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

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

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

border-color css

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

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

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