Html Css Color HEX #D13D16 Harley Davidson Orange

📋 copy color: '#D13D16'

red 209 ◦ green 61 ◦ blue 22

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

Shades of Harley Davidson Orange #D13D16

Tints of Harley Davidson Orange #D13D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.89%

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 71.58%
G = 20.89%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D13D16 (or 0xD13D16) is known color: Harley Davidson Orange. HEX triplet: D1, 3D and 16. RGB value is (209,61,22). Sum of RGB (Red+Green+Blue) = 209+61+22=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13D16 is #2EC2E9. Grayscale: #656565. Windows color (decimal): -3064554 or 1457617. OLE color: 1457617.

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

Color convert

RGB 209 61 22 -
CMYK 0 0.71 0.89 0.18
HSL 12.51º 0.81% 0.45% -
HSV(B) 12.51º 0.89% 0.82% -
XYZ 28.11 16.95 2.55 -
YUV 100.81 83.53 205.17 -
System Red Green Blue C M Y K H S L
Decimal 209 61 22 0 0.71 0.89 0.18 12.51 0.81 0.45
Hex D1 3D 16 0 47 59 12 D 51 2D
Octal 321 75 26 0 107 131 22 15 121 55
Binary 11010001 111101 10110 0 1000111 1011001 10010 1101 1010001 101101

Color Harmonies of #D13D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D16

Black with #D13D16

Text Example


Text Example

White with #D13D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D16; }

 p { color: rgb(209,61,22); }

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

background-color css

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

 a { background-color: rgb(209,61,22); }

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

border-color css

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

 span { border-color: rgb(209,61,22); }

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