Html Css Color HEX #D13A1A Harley Davidson Orange

📋 copy color: '#D13A1A'

red 209 ◦ green 58 ◦ blue 26

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

Shades of Harley Davidson Orange #D13A1A

Tints of Harley Davidson Orange #D13A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 71.33%
G = 19.8%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D13A1A (or 0xD13A1A) is known color: Harley Davidson Orange. HEX triplet: D1, 3A and 1A. RGB value is (209,58,26). Sum of RGB (Red+Green+Blue) = 209+58+26=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A1A is #2EC5E5. Grayscale: #636363. Windows color (decimal): -3065318 or 1718993. OLE color: 1718993.

HSL color Cylindrical-coordinate representation of color #D13A1A: hue angle of 10.49º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D13A1A is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 58 26 -
CMYK 0 0.72 0.88 0.18
HSL 10.49º 0.78% 0.46% -
HSV(B) 10.49º 0.88% 0.82% -
XYZ 27.99 16.66 2.72 -
YUV 99.5 86.53 206.1 -
System Red Green Blue C M Y K H S L
Decimal 209 58 26 0 0.72 0.88 0.18 10.49 0.78 0.46
Hex D1 3A 1A 0 48 58 12 A 4E 2E
Octal 321 72 32 0 110 130 22 12 116 56
Binary 11010001 111010 11010 0 1001000 1011000 10010 1010 1001110 101110

Color Harmonies of #D13A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A1A

Black with #D13A1A

Text Example


Text Example

White with #D13A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A1A; }

 p { color: rgb(209,58,26); }

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

background-color css

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

 a { background-color: rgb(209,58,26); }

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

border-color css

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

 span { border-color: rgb(209,58,26); }

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