Html Css Color HEX #D03118 Harley Davidson Orange

📋 copy color: '#D03118'

red 208 ◦ green 49 ◦ blue 24

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

Shades of Harley Davidson Orange #D03118

Tints of Harley Davidson Orange #D03118

RGB

 RED value IS 208 (81.64% from 255) = 74.02%

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

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

R = 74.02%
G = 17.44%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D03118 (or 0xD03118) is known color: Harley Davidson Orange. HEX triplet: D0, 31 and 18. RGB value is (208,49,24). Sum of RGB (Red+Green+Blue) = 208+49+24=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D03118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03118 is #2FCEE7. Grayscale: #5D5D5D. Windows color (decimal): -3133160 or 1585616. OLE color: 1585616.

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

Color convert

RGB 208 49 24 -
CMYK 0 0.76 0.88 0.18
HSL 8.15º 0.79% 0.45% -
HSV(B) 8.15º 0.88% 0.82% -
XYZ 27.28 15.67 2.45 -
YUV 93.69 88.68 209.53 -
System Red Green Blue C M Y K H S L
Decimal 208 49 24 0 0.76 0.88 0.18 8.15 0.79 0.45
Hex D0 31 18 0 4C 58 12 8 4F 2D
Octal 320 61 30 0 114 130 22 10 117 55
Binary 11010000 110001 11000 0 1001100 1011000 10010 1000 1001111 101101

Color Harmonies of #D03118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03118

Black with #D03118

Text Example


Text Example

White with #D03118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03118; }

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

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

background-color css

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

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

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

border-color css

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

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

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