Html Css Color HEX #D14022 Harley Davidson Orange

📋 copy color: '#D14022'

red 209 ◦ green 64 ◦ blue 34

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

Shades of Harley Davidson Orange #D14022

Tints of Harley Davidson Orange #D14022

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.85%

 BLUE value IS 34 (13.67% from 255) = 11.07%

R = 68.08%
G = 20.85%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D14022 (or 0xD14022) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 22. RGB value is (209,64,34). Sum of RGB (Red+Green+Blue) = 209+64+34=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D14022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14022 is #2EBFDD. Grayscale: #686868. Windows color (decimal): -3063774 or 2244817. OLE color: 2244817.

HSL color Cylindrical-coordinate representation of color #D14022: hue angle of 10.29º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D14022 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 34 -
CMYK 0 0.69 0.84 0.18
HSL 10.29º 0.72% 0.48% -
HSV(B) 10.29º 0.84% 0.82% -
XYZ 28.42 17.34 3.36 -
YUV 103.94 88.54 202.94 -
System Red Green Blue C M Y K H S L
Decimal 209 64 34 0 0.69 0.84 0.18 10.29 0.72 0.48
Hex D1 40 22 0 45 54 12 A 48 30
Octal 321 100 42 0 105 124 22 12 110 60
Binary 11010001 1000000 100010 0 1000101 1010100 10010 1010 1001000 110000

Color Harmonies of #D14022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14022

Black with #D14022

Text Example


Text Example

White with #D14022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14022; }

 p { color: rgb(209,64,34); }

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

background-color css

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

 a { background-color: rgb(209,64,34); }

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

border-color css

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

 span { border-color: rgb(209,64,34); }

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