Html Css Color HEX #D14002 Harley Davidson Orange

📋 copy color: '#D14002'

red 209 ◦ green 64 ◦ blue 2

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

Shades of Harley Davidson Orange #D14002

Tints of Harley Davidson Orange #D14002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 76%
G = 23.27%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14002 (or 0xD14002) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 02. RGB value is (209,64,2). Sum of RGB (Red+Green+Blue) = 209+64+2=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D14002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14002 is #2EBFFD. Grayscale: #646464. Windows color (decimal): -3063806 or 147665. OLE color: 147665.

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

Color convert

RGB 209 64 2 -
CMYK 0 0.69 0.99 0.18
HSL 17.97º 0.98% 0.41% -
HSV(B) 17.97º 0.99% 0.82% -
XYZ 28.14 17.23 1.9 -
YUV 100.29 72.54 205.54 -
System Red Green Blue C M Y K H S L
Decimal 209 64 2 0 0.69 0.99 0.18 17.97 0.98 0.41
Hex D1 40 2 0 45 63 12 12 62 29
Octal 321 100 2 0 105 143 22 22 142 51
Binary 11010001 1000000 10 0 1000101 1100011 10010 10010 1100010 101001

Color Harmonies of #D14002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14002

Black with #D14002

Text Example


Text Example

White with #D14002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14002; }

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

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

background-color css

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

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

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

border-color css

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

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

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