Html Css Color HEX #D14215 Harley Davidson Orange

📋 copy color: '#D14215'

red 209 ◦ green 66 ◦ blue 21

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

Shades of Harley Davidson Orange #D14215

Tints of Harley Davidson Orange #D14215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

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

R = 70.61%
G = 22.3%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14215 (or 0xD14215) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 15. RGB value is (209,66,21). Sum of RGB (Red+Green+Blue) = 209+66+21=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D14215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14215 is #2EBDEA. Grayscale: #676767. Windows color (decimal): -3063275 or 1393361. OLE color: 1393361.

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

Color convert

RGB 209 66 21 -
CMYK 0 0.68 0.90 0.18
HSL 14.36º 0.82% 0.45% -
HSV(B) 14.36º 0.9% 0.82% -
XYZ 28.38 17.51 2.59 -
YUV 103.63 81.38 203.16 -
System Red Green Blue C M Y K H S L
Decimal 209 66 21 0 0.68 0.90 0.18 14.36 0.82 0.45
Hex D1 42 15 0 44 5A 12 E 52 2D
Octal 321 102 25 0 104 132 22 16 122 55
Binary 11010001 1000010 10101 0 1000100 1011010 10010 1110 1010010 101101

Color Harmonies of #D14215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14215

Black with #D14215

Text Example


Text Example

White with #D14215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14215; }

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

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

background-color css

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

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

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

border-color css

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

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

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