Html Css Color HEX #D12108 Harley Davidson Orange

📋 copy color: '#D12108'

red 209 ◦ green 33 ◦ blue 8

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

Shades of Harley Davidson Orange #D12108

Tints of Harley Davidson Orange #D12108

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 83.6%
G = 13.2%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D12108 (or 0xD12108) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 08. RGB value is (209,33,8). Sum of RGB (Red+Green+Blue) = 209+33+8=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D12108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12108 is #2EDEF7. Grayscale: #535353. Windows color (decimal): -3071736 or 532945. OLE color: 532945.

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

Color convert

RGB 209 33 8 -
CMYK 0 0.84 0.96 0.18
HSL 7.46º 0.93% 0.43% -
HSV(B) 7.46º 0.96% 0.82% -
XYZ 26.88 14.66 1.64 -
YUV 82.77 85.81 218.03 -
System Red Green Blue C M Y K H S L
Decimal 209 33 8 0 0.84 0.96 0.18 7.46 0.93 0.43
Hex D1 21 8 0 54 60 12 7 5D 2B
Octal 321 41 10 0 124 140 22 7 135 53
Binary 11010001 100001 1000 0 1010100 1100000 10010 111 1011101 101011

Color Harmonies of #D12108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12108

Black with #D12108

Text Example


Text Example

White with #D12108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12108; }

 p { color: rgb(209,33,8); }

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

background-color css

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

 a { background-color: rgb(209,33,8); }

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

border-color css

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

 span { border-color: rgb(209,33,8); }

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