Html Css Color HEX #D13012 Harley Davidson Orange

📋 copy color: '#D13012'

red 209 ◦ green 48 ◦ blue 18

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

Shades of Harley Davidson Orange #D13012

Tints of Harley Davidson Orange #D13012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 76%
G = 17.45%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D13012 (or 0xD13012) is known color: Harley Davidson Orange. HEX triplet: D1, 30 and 12. RGB value is (209,48,18). Sum of RGB (Red+Green+Blue) = 209+48+18=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D13012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13012 is #2ECFED. Grayscale: #5D5D5D. Windows color (decimal): -3067886 or 1192145. OLE color: 1192145.

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

Color convert

RGB 209 48 18 -
CMYK 0 0.77 0.91 0.18
HSL 9.42º 0.84% 0.45% -
HSV(B) 9.42º 0.91% 0.82% -
XYZ 27.46 15.71 2.16 -
YUV 92.72 85.84 210.94 -
System Red Green Blue C M Y K H S L
Decimal 209 48 18 0 0.77 0.91 0.18 9.42 0.84 0.45
Hex D1 30 12 0 4D 5B 12 9 54 2D
Octal 321 60 22 0 115 133 22 11 124 55
Binary 11010001 110000 10010 0 1001101 1011011 10010 1001 1010100 101101

Color Harmonies of #D13012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13012

Black with #D13012

Text Example


Text Example

White with #D13012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13012; }

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

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

background-color css

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

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

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

border-color css

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

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

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