Html Css Color HEX #D14412 Harley Davidson Orange

📋 copy color: '#D14412'

red 209 ◦ green 68 ◦ blue 18

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

Shades of Harley Davidson Orange #D14412

Tints of Harley Davidson Orange #D14412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 70.85%
G = 23.05%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D14412 (or 0xD14412) is known color: Harley Davidson Orange. HEX triplet: D1, 44 and 12. RGB value is (209,68,18). Sum of RGB (Red+Green+Blue) = 209+68+18=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D14412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14412 is #2EBBED. Grayscale: #686868. Windows color (decimal): -3062766 or 1197265. OLE color: 1197265.

HSL color Cylindrical-coordinate representation of color #D14412: hue angle of 15.71º degrees, saturation: 0.84, 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 #D14412 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 18 -
CMYK 0 0.67 0.91 0.18
HSL 15.71º 0.84% 0.45% -
HSV(B) 15.71º 0.91% 0.82% -
XYZ 28.47 17.73 2.49 -
YUV 104.46 79.21 202.57 -
System Red Green Blue C M Y K H S L
Decimal 209 68 18 0 0.67 0.91 0.18 15.71 0.84 0.45
Hex D1 44 12 0 43 5B 12 10 54 2D
Octal 321 104 22 0 103 133 22 20 124 55
Binary 11010001 1000100 10010 0 1000011 1011011 10010 10000 1010100 101101

Color Harmonies of #D14412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14412

Black with #D14412

Text Example


Text Example

White with #D14412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14412; }

 p { color: rgb(209,68,18); }

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

background-color css

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

 a { background-color: rgb(209,68,18); }

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

border-color css

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

 span { border-color: rgb(209,68,18); }

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