Html Css Color HEX #D12808 Harley Davidson Orange

📋 copy color: '#D12808'

red 209 ◦ green 40 ◦ blue 8

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

Shades of Harley Davidson Orange #D12808

Tints of Harley Davidson Orange #D12808

RGB

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

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

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

R = 81.32%
G = 15.56%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D12808 (or 0xD12808) is known color: Harley Davidson Orange. HEX triplet: D1, 28 and 08. RGB value is (209,40,8). Sum of RGB (Red+Green+Blue) = 209+40+8=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D12808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12808 is #2ED7F7. Grayscale: #575757. Windows color (decimal): -3069944 or 534737. OLE color: 534737.

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

Color convert

RGB 209 40 8 -
CMYK 0 0.81 0.96 0.18
HSL 9.55º 0.93% 0.43% -
HSV(B) 9.55º 0.96% 0.82% -
XYZ 27.1 15.09 1.71 -
YUV 86.88 83.49 215.1 -
System Red Green Blue C M Y K H S L
Decimal 209 40 8 0 0.81 0.96 0.18 9.55 0.93 0.43
Hex D1 28 8 0 51 60 12 A 5D 2B
Octal 321 50 10 0 121 140 22 12 135 53
Binary 11010001 101000 1000 0 1010001 1100000 10010 1010 1011101 101011

Color Harmonies of #D12808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12808

Black with #D12808

Text Example


Text Example

White with #D12808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12808; }

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

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

background-color css

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

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

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

border-color css

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

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

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