Html Css Color HEX #D12918 Harley Davidson Orange

📋 copy color: '#D12918'

red 209 ◦ green 41 ◦ blue 24

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

Shades of Harley Davidson Orange #D12918

Tints of Harley Davidson Orange #D12918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.76%

R = 76.28%
G = 14.96%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D12918 (or 0xD12918) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 18. RGB value is (209,41,24). Sum of RGB (Red+Green+Blue) = 209+41+24=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D12918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12918 is #2ED6E7. Grayscale: #595959. Windows color (decimal): -3069672 or 1583569. OLE color: 1583569.

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

Color convert

RGB 209 41 24 -
CMYK 0 0.80 0.89 0.18
HSL 5.51º 0.79% 0.46% -
HSV(B) 5.51º 0.89% 0.82% -
XYZ 27.25 15.21 2.36 -
YUV 89.29 91.16 213.38 -
System Red Green Blue C M Y K H S L
Decimal 209 41 24 0 0.80 0.89 0.18 5.51 0.79 0.46
Hex D1 29 18 0 50 59 12 6 4F 2E
Octal 321 51 30 0 120 131 22 6 117 56
Binary 11010001 101001 11000 0 1010000 1011001 10010 110 1001111 101110

Color Harmonies of #D12918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12918

Black with #D12918

Text Example


Text Example

White with #D12918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12918; }

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

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

background-color css

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

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

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

border-color css

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

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

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