Html Css Color HEX #D13B12 Harley Davidson Orange

📋 copy color: '#D13B12'

red 209 ◦ green 59 ◦ blue 18

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

Shades of Harley Davidson Orange #D13B12

Tints of Harley Davidson Orange #D13B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.63%

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

R = 73.08%
G = 20.63%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D13B12 (or 0xD13B12) is known color: Harley Davidson Orange. HEX triplet: D1, 3B and 12. RGB value is (209,59,18). Sum of RGB (Red+Green+Blue) = 209+59+18=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13B12 is #2EC4ED. Grayscale: #636363. Windows color (decimal): -3065070 or 1194961. OLE color: 1194961.

HSL color Cylindrical-coordinate representation of color #D13B12: hue angle of 12.88º 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 #D13B12 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 59 18 -
CMYK 0 0.72 0.91 0.18
HSL 12.88º 0.84% 0.45% -
HSV(B) 12.88º 0.91% 0.82% -
XYZ 27.97 16.73 2.33 -
YUV 99.18 82.2 206.33 -
System Red Green Blue C M Y K H S L
Decimal 209 59 18 0 0.72 0.91 0.18 12.88 0.84 0.45
Hex D1 3B 12 0 48 5B 12 D 54 2D
Octal 321 73 22 0 110 133 22 15 124 55
Binary 11010001 111011 10010 0 1001000 1011011 10010 1101 1010100 101101

Color Harmonies of #D13B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B12

Black with #D13B12

Text Example


Text Example

White with #D13B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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