Html Css Color HEX #D14312 Harley Davidson Orange

📋 copy color: '#D14312'

red 209 ◦ green 67 ◦ blue 18

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

Shades of Harley Davidson Orange #D14312

Tints of Harley Davidson Orange #D14312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

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

R = 71.09%
G = 22.79%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D14312 (or 0xD14312) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 12. RGB value is (209,67,18). Sum of RGB (Red+Green+Blue) = 209+67+18=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D14312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14312 is #2EBCED. Grayscale: #686868. Windows color (decimal): -3063022 or 1197009. OLE color: 1197009.

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

Color convert

RGB 209 67 18 -
CMYK 0 0.68 0.91 0.18
HSL 15.39º 0.84% 0.45% -
HSV(B) 15.39º 0.91% 0.82% -
XYZ 28.41 17.61 2.47 -
YUV 103.87 79.54 202.98 -
System Red Green Blue C M Y K H S L
Decimal 209 67 18 0 0.68 0.91 0.18 15.39 0.84 0.45
Hex D1 43 12 0 44 5B 12 F 54 2D
Octal 321 103 22 0 104 133 22 17 124 55
Binary 11010001 1000011 10010 0 1000100 1011011 10010 1111 1010100 101101

Color Harmonies of #D14312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14312

Black with #D14312

Text Example


Text Example

White with #D14312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14312; }

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

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

background-color css

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

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

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

border-color css

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

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

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