Html Css Color HEX #D12814 Harley Davidson Orange

📋 copy color: '#D12814'

red 209 ◦ green 40 ◦ blue 20

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

Shades of Harley Davidson Orange #D12814

Tints of Harley Davidson Orange #D12814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

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

R = 77.7%
G = 14.87%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D12814 (or 0xD12814) is known color: Harley Davidson Orange. HEX triplet: D1, 28 and 14. RGB value is (209,40,20). Sum of RGB (Red+Green+Blue) = 209+40+20=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D12814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12814 is #2ED7EB. Grayscale: #585858. Windows color (decimal): -3069932 or 1321169. OLE color: 1321169.

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

Color convert

RGB 209 40 20 -
CMYK 0 0.81 0.90 0.18
HSL 6.35º 0.83% 0.45% -
HSV(B) 6.35º 0.9% 0.82% -
XYZ 27.18 15.12 2.15 -
YUV 88.25 89.49 214.13 -
System Red Green Blue C M Y K H S L
Decimal 209 40 20 0 0.81 0.90 0.18 6.35 0.83 0.45
Hex D1 28 14 0 51 5A 12 6 53 2D
Octal 321 50 24 0 121 132 22 6 123 55
Binary 11010001 101000 10100 0 1010001 1011010 10010 110 1010011 101101

Color Harmonies of #D12814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12814

Black with #D12814

Text Example


Text Example

White with #D12814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12814; }

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

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

background-color css

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

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

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

border-color css

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

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

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