Html Css Color HEX #D12818 Harley Davidson Orange

📋 copy color: '#D12818'

red 209 ◦ green 40 ◦ blue 24

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

Shades of Harley Davidson Orange #D12818

Tints of Harley Davidson Orange #D12818

RGB

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

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

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

R = 76.56%
G = 14.65%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D12818 (or 0xD12818) is known color: Harley Davidson Orange. HEX triplet: D1, 28 and 18. RGB value is (209,40,24). Sum of RGB (Red+Green+Blue) = 209+40+24=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D12818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12818 is #2ED7E7. Grayscale: #585858. Windows color (decimal): -3069928 or 1583313. OLE color: 1583313.

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

Color convert

RGB 209 40 24 -
CMYK 0 0.81 0.89 0.18
HSL 5.19º 0.79% 0.46% -
HSV(B) 5.19º 0.89% 0.82% -
XYZ 27.22 15.14 2.35 -
YUV 88.71 91.49 213.8 -
System Red Green Blue C M Y K H S L
Decimal 209 40 24 0 0.81 0.89 0.18 5.19 0.79 0.46
Hex D1 28 18 0 51 59 12 5 4F 2E
Octal 321 50 30 0 121 131 22 5 117 56
Binary 11010001 101000 11000 0 1010001 1011001 10010 101 1001111 101110

Color Harmonies of #D12818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12818

Black with #D12818

Text Example


Text Example

White with #D12818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12818; }

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

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

background-color css

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

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

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

border-color css

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

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

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