Html Css Color HEX #D13D05 Harley Davidson Orange

📋 copy color: '#D13D05'

red 209 ◦ green 61 ◦ blue 5

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

Shades of Harley Davidson Orange #D13D05

Tints of Harley Davidson Orange #D13D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 76%
G = 22.18%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D13D05 (or 0xD13D05) is known color: Harley Davidson Orange. HEX triplet: D1, 3D and 05. RGB value is (209,61,5). Sum of RGB (Red+Green+Blue) = 209+61+5=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13D05 is #2EC2FA. Grayscale: #636363. Windows color (decimal): -3064571 or 343505. OLE color: 343505.

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

Color convert

RGB 209 61 5 -
CMYK 0 0.71 0.98 0.18
HSL 16.47º 0.95% 0.42% -
HSV(B) 16.47º 0.98% 0.82% -
XYZ 27.99 16.9 1.93 -
YUV 98.87 75.03 206.55 -
System Red Green Blue C M Y K H S L
Decimal 209 61 5 0 0.71 0.98 0.18 16.47 0.95 0.42
Hex D1 3D 5 0 47 62 12 10 5F 2A
Octal 321 75 5 0 107 142 22 20 137 52
Binary 11010001 111101 101 0 1000111 1100010 10010 10000 1011111 101010

Color Harmonies of #D13D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D05

Black with #D13D05

Text Example


Text Example

White with #D13D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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