Html Css Color HEX #D13A14 Harley Davidson Orange

📋 copy color: '#D13A14'

red 209 ◦ green 58 ◦ blue 20

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

Shades of Harley Davidson Orange #D13A14

Tints of Harley Davidson Orange #D13A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 72.82%
G = 20.21%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D13A14 (or 0xD13A14) is known color: Harley Davidson Orange. HEX triplet: D1, 3A and 14. RGB value is (209,58,20). Sum of RGB (Red+Green+Blue) = 209+58+20=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13A14 is #2EC5EB. Grayscale: #636363. Windows color (decimal): -3065324 or 1325777. OLE color: 1325777.

HSL color Cylindrical-coordinate representation of color #D13A14: hue angle of 12.06º degrees, saturation: 0.83, 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 #D13A14 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 58 20 -
CMYK 0 0.72 0.90 0.18
HSL 12.06º 0.83% 0.45% -
HSV(B) 12.06º 0.9% 0.82% -
XYZ 27.93 16.63 2.4 -
YUV 98.82 83.53 206.59 -
System Red Green Blue C M Y K H S L
Decimal 209 58 20 0 0.72 0.90 0.18 12.06 0.83 0.45
Hex D1 3A 14 0 48 5A 12 C 53 2D
Octal 321 72 24 0 110 132 22 14 123 55
Binary 11010001 111010 10100 0 1001000 1011010 10010 1100 1010011 101101

Color Harmonies of #D13A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A14

Black with #D13A14

Text Example


Text Example

White with #D13A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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