Html Css Color HEX #D14315 Harley Davidson Orange

📋 copy color: '#D14315'

red 209 ◦ green 67 ◦ blue 21

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

Shades of Harley Davidson Orange #D14315

Tints of Harley Davidson Orange #D14315

RGB

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

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

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

R = 70.37%
G = 22.56%
B = 7.07%

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

#D14315 (or 0xD14315) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 15. RGB value is (209,67,21). Sum of RGB (Red+Green+Blue) = 209+67+21=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D14315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14315 is #2EBCEA. Grayscale: #686868. Windows color (decimal): -3063019 or 1393617. OLE color: 1393617.

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

Color convert

RGB 209 67 21 -
CMYK 0 0.68 0.90 0.18
HSL 14.68º 0.82% 0.45% -
HSV(B) 14.68º 0.9% 0.82% -
XYZ 28.44 17.62 2.61 -
YUV 104.21 81.04 202.74 -
System Red Green Blue C M Y K H S L
Decimal 209 67 21 0 0.68 0.90 0.18 14.68 0.82 0.45
Hex D1 43 15 0 44 5A 12 F 52 2D
Octal 321 103 25 0 104 132 22 17 122 55
Binary 11010001 1000011 10101 0 1000100 1011010 10010 1111 1010010 101101

Color Harmonies of #D14315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14315

Black with #D14315

Text Example


Text Example

White with #D14315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14315; }

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

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

background-color css

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

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

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

border-color css

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

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

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