Html Css Color HEX #D13D0E Harley Davidson Orange

📋 copy color: '#D13D0E'

red 209 ◦ green 61 ◦ blue 14

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

Shades of Harley Davidson Orange #D13D0E

Tints of Harley Davidson Orange #D13D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.93%

R = 73.59%
G = 21.48%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D13D0E (or 0xD13D0E) is known color: Harley Davidson Orange. HEX triplet: D1, 3D and 0E. RGB value is (209,61,14). Sum of RGB (Red+Green+Blue) = 209+61+14=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13D0E is #2EC2F1. Grayscale: #646464. Windows color (decimal): -3064562 or 933329. OLE color: 933329.

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

Color convert

RGB 209 61 14 -
CMYK 0 0.71 0.93 0.18
HSL 14.46º 0.87% 0.44% -
HSV(B) 14.46º 0.93% 0.82% -
XYZ 28.04 16.92 2.2 -
YUV 99.89 79.53 205.82 -
System Red Green Blue C M Y K H S L
Decimal 209 61 14 0 0.71 0.93 0.18 14.46 0.87 0.44
Hex D1 3D E 0 47 5D 12 E 57 2C
Octal 321 75 16 0 107 135 22 16 127 54
Binary 11010001 111101 1110 0 1000111 1011101 10010 1110 1010111 101100

Color Harmonies of #D13D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D0E

Black with #D13D0E

Text Example


Text Example

White with #D13D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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