Html Css Color HEX #D12014 Harley Davidson Orange

📋 copy color: '#D12014'

red 209 ◦ green 32 ◦ blue 20

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

Shades of Harley Davidson Orange #D12014

Tints of Harley Davidson Orange #D12014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

 BLUE value IS 20 (8.2% from 255) = 7.66%

R = 80.08%
G = 12.26%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D12014 (or 0xD12014) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 14. RGB value is (209,32,20). Sum of RGB (Red+Green+Blue) = 209+32+20=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D12014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12014 is #2EDFEB. Grayscale: #535353. Windows color (decimal): -3071980 or 1319121. OLE color: 1319121.

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

Color convert

RGB 209 32 20 -
CMYK 0 0.85 0.90 0.18
HSL 3.81º 0.83% 0.45% -
HSV(B) 3.81º 0.9% 0.82% -
XYZ 26.94 14.64 2.07 -
YUV 83.56 92.14 217.48 -
System Red Green Blue C M Y K H S L
Decimal 209 32 20 0 0.85 0.90 0.18 3.81 0.83 0.45
Hex D1 20 14 0 55 5A 12 4 53 2D
Octal 321 40 24 0 125 132 22 4 123 55
Binary 11010001 100000 10100 0 1010101 1011010 10010 100 1010011 101101

Color Harmonies of #D12014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12014

Black with #D12014

Text Example


Text Example

White with #D12014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12014; }

 p { color: rgb(209,32,20); }

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

background-color css

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

 a { background-color: rgb(209,32,20); }

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

border-color css

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

 span { border-color: rgb(209,32,20); }

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