Html Css Color HEX #D12D1A Harley Davidson Orange

📋 copy color: '#D12D1A'

red 209 ◦ green 45 ◦ blue 26

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

Shades of Harley Davidson Orange #D12D1A

Tints of Harley Davidson Orange #D12D1A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.07%

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 74.64%
G = 16.07%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D12D1A (or 0xD12D1A) is known color: Harley Davidson Orange. HEX triplet: D1, 2D and 1A. RGB value is (209,45,26). Sum of RGB (Red+Green+Blue) = 209+45+26=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D1A is #2ED2E5. Grayscale: #5C5C5C. Windows color (decimal): -3068646 or 1715665. OLE color: 1715665.

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

Color convert

RGB 209 45 26 -
CMYK 0 0.78 0.88 0.18
HSL 6.23º 0.78% 0.46% -
HSV(B) 6.23º 0.88% 0.82% -
XYZ 27.42 15.51 2.53 -
YUV 91.87 90.83 211.54 -
System Red Green Blue C M Y K H S L
Decimal 209 45 26 0 0.78 0.88 0.18 6.23 0.78 0.46
Hex D1 2D 1A 0 4E 58 12 6 4E 2E
Octal 321 55 32 0 116 130 22 6 116 56
Binary 11010001 101101 11010 0 1001110 1011000 10010 110 1001110 101110

Color Harmonies of #D12D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D1A

Black with #D12D1A

Text Example


Text Example

White with #D12D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D1A; }

 p { color: rgb(209,45,26); }

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

background-color css

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

 a { background-color: rgb(209,45,26); }

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

border-color css

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

 span { border-color: rgb(209,45,26); }

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