Html Css Color HEX #D14415 Harley Davidson Orange

📋 copy color: '#D14415'

red 209 ◦ green 68 ◦ blue 21

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

Shades of Harley Davidson Orange #D14415

Tints of Harley Davidson Orange #D14415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 70.13%
G = 22.82%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14415 (or 0xD14415) is known color: Harley Davidson Orange. HEX triplet: D1, 44 and 15. RGB value is (209,68,21). Sum of RGB (Red+Green+Blue) = 209+68+21=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D14415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14415 is #2EBBEA. Grayscale: #696969. Windows color (decimal): -3062763 or 1393873. OLE color: 1393873.

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

Color convert

RGB 209 68 21 -
CMYK 0 0.67 0.90 0.18
HSL 15º 0.82% 0.45% -
HSV(B) 15º 0.9% 0.82% -
XYZ 28.5 17.74 2.63 -
YUV 104.8 80.71 202.32 -
System Red Green Blue C M Y K H S L
Decimal 209 68 21 0 0.67 0.90 0.18 15 0.82 0.45
Hex D1 44 15 0 43 5A 12 F 52 2D
Octal 321 104 25 0 103 132 22 17 122 55
Binary 11010001 1000100 10101 0 1000011 1011010 10010 1111 1010010 101101

Color Harmonies of #D14415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14415

Black with #D14415

Text Example


Text Example

White with #D14415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14415; }

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

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

background-color css

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

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

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

border-color css

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

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

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