Html Css Color HEX #D13F15 Harley Davidson Orange

📋 copy color: '#D13F15'

red 209 ◦ green 63 ◦ blue 21

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

Shades of Harley Davidson Orange #D13F15

Tints of Harley Davidson Orange #D13F15

RGB

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

 GREEN value IS 63 (25% from 255) = 21.5%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 71.33%
G = 21.5%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D13F15 (or 0xD13F15) is known color: Harley Davidson Orange. HEX triplet: D1, 3F and 15. RGB value is (209,63,21). Sum of RGB (Red+Green+Blue) = 209+63+21=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13F15 is #2EC0EA. Grayscale: #666666. Windows color (decimal): -3064043 or 1392593. OLE color: 1392593.

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

Color convert

RGB 209 63 21 -
CMYK 0 0.70 0.90 0.18
HSL 13.4º 0.82% 0.45% -
HSV(B) 13.4º 0.9% 0.82% -
XYZ 28.21 17.16 2.54 -
YUV 101.87 82.37 204.42 -
System Red Green Blue C M Y K H S L
Decimal 209 63 21 0 0.70 0.90 0.18 13.4 0.82 0.45
Hex D1 3F 15 0 46 5A 12 D 52 2D
Octal 321 77 25 0 106 132 22 15 122 55
Binary 11010001 111111 10101 0 1000110 1011010 10010 1101 1010010 101101

Color Harmonies of #D13F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F15

Black with #D13F15

Text Example


Text Example

White with #D13F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F15; }

 p { color: rgb(209,63,21); }

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

background-color css

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

 a { background-color: rgb(209,63,21); }

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

border-color css

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

 span { border-color: rgb(209,63,21); }

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