Html Css Color HEX #D14813 Harley Davidson Orange

📋 copy color: '#D14813'

red 209 ◦ green 72 ◦ blue 19

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

Shades of Harley Davidson Orange #D14813

Tints of Harley Davidson Orange #D14813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 19 (7.81% from 255) = 6.33%

R = 69.67%
G = 24%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D14813 (or 0xD14813) is known color: Harley Davidson Orange. HEX triplet: D1, 48 and 13. RGB value is (209,72,19). Sum of RGB (Red+Green+Blue) = 209+72+19=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D14813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14813 is #2EB7EC. Grayscale: #6B6B6B. Windows color (decimal): -3061741 or 1263825. OLE color: 1263825.

HSL color Cylindrical-coordinate representation of color #D14813: hue angle of 16.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D14813 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 19 -
CMYK 0 0.66 0.91 0.18
HSL 16.74º 0.83% 0.45% -
HSV(B) 16.74º 0.91% 0.82% -
XYZ 28.73 18.24 2.62 -
YUV 106.92 78.39 200.81 -
System Red Green Blue C M Y K H S L
Decimal 209 72 19 0 0.66 0.91 0.18 16.74 0.83 0.45
Hex D1 48 13 0 42 5B 12 11 53 2D
Octal 321 110 23 0 102 133 22 21 123 55
Binary 11010001 1001000 10011 0 1000010 1011011 10010 10001 1010011 101101

Color Harmonies of #D14813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14813

Black with #D14813

Text Example


Text Example

White with #D14813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14813; }

 p { color: rgb(209,72,19); }

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

background-color css

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

 a { background-color: rgb(209,72,19); }

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

border-color css

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

 span { border-color: rgb(209,72,19); }

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