Html Css Color HEX #D12900 Harley Davidson Orange

📋 copy color: '#D12900'

red 209 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #D12900

Tints of Harley Davidson Orange #D12900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.6%
G = 16.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D12900 (or 0xD12900) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 00. RGB value is (209,41,0). Sum of RGB (Red+Green+Blue) = 209+41+0=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D12900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12900 is #2ED6FF. Grayscale: #565656. Windows color (decimal): -3069696 or 10705. OLE color: 10705.

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

Color convert

RGB 209 41 0 -
CMYK 0 0.80 1 0.18
HSL 11.77º 1% 0.41% -
HSV(B) 11.77º 1% 0.82% -
XYZ 27.09 15.14 1.49 -
YUV 86.56 79.16 215.33 -
System Red Green Blue C M Y K H S L
Decimal 209 41 0 0 0.80 1 0.18 11.77 1 0.41
Hex D1 29 0 0 50 64 12 C 64 29
Octal 321 51 0 0 120 144 22 14 144 51
Binary 11010001 101001 0 0 1010000 1100100 10010 1100 1100100 101001

Color Harmonies of #D12900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12900

Black with #D12900

Text Example


Text Example

White with #D12900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12900; }

 p { color: rgb(209,41,0); }

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

background-color css

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

 a { background-color: rgb(209,41,0); }

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

border-color css

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

 span { border-color: rgb(209,41,0); }

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