Html Css Color HEX #D11D12 Harley Davidson Orange

📋 copy color: '#D11D12'

red 209 ◦ green 29 ◦ blue 18

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

Shades of Harley Davidson Orange #D11D12

Tints of Harley Davidson Orange #D11D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 81.64%
G = 11.33%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D11D12 (or 0xD11D12) is known color: Harley Davidson Orange. HEX triplet: D1, 1D and 12. RGB value is (209,29,18). Sum of RGB (Red+Green+Blue) = 209+29+18=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11D12 is #2EE2ED. Grayscale: #515151. Windows color (decimal): -3072750 or 1187281. OLE color: 1187281.

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

Color convert

RGB 209 29 18 -
CMYK 0 0.86 0.91 0.18
HSL 3.46º 0.84% 0.45% -
HSV(B) 3.46º 0.91% 0.82% -
XYZ 26.84 14.48 1.95 -
YUV 81.57 92.13 218.89 -
System Red Green Blue C M Y K H S L
Decimal 209 29 18 0 0.86 0.91 0.18 3.46 0.84 0.45
Hex D1 1D 12 0 56 5B 12 3 54 2D
Octal 321 35 22 0 126 133 22 3 124 55
Binary 11010001 11101 10010 0 1010110 1011011 10010 11 1010100 101101

Color Harmonies of #D11D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D12

Black with #D11D12

Text Example


Text Example

White with #D11D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D12; }

 p { color: rgb(209,29,18); }

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

background-color css

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

 a { background-color: rgb(209,29,18); }

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

border-color css

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

 span { border-color: rgb(209,29,18); }

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