Html Css Color HEX #D13B14 Harley Davidson Orange

📋 copy color: '#D13B14'

red 209 ◦ green 59 ◦ blue 20

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

Shades of Harley Davidson Orange #D13B14

Tints of Harley Davidson Orange #D13B14

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.49%

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

R = 72.57%
G = 20.49%
B = 6.94%

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

#D13B14 (or 0xD13B14) is known color: Harley Davidson Orange. HEX triplet: D1, 3B and 14. RGB value is (209,59,20). Sum of RGB (Red+Green+Blue) = 209+59+20=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13B14 is #2EC4EB. Grayscale: #636363. Windows color (decimal): -3065068 or 1326033. OLE color: 1326033.

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

Color convert

RGB 209 59 20 -
CMYK 0 0.72 0.90 0.18
HSL 12.38º 0.83% 0.45% -
HSV(B) 12.38º 0.9% 0.82% -
XYZ 27.98 16.73 2.42 -
YUV 99.4 83.2 206.17 -
System Red Green Blue C M Y K H S L
Decimal 209 59 20 0 0.72 0.90 0.18 12.38 0.83 0.45
Hex D1 3B 14 0 48 5A 12 C 53 2D
Octal 321 73 24 0 110 132 22 14 123 55
Binary 11010001 111011 10100 0 1001000 1011010 10010 1100 1010011 101101

Color Harmonies of #D13B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B14

Black with #D13B14

Text Example


Text Example

White with #D13B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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