Html Css Color HEX #D12618 Harley Davidson Orange

📋 copy color: '#D12618'

red 209 ◦ green 38 ◦ blue 24

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

Shades of Harley Davidson Orange #D12618

Tints of Harley Davidson Orange #D12618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

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

R = 77.12%
G = 14.02%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D12618 (or 0xD12618) is known color: Harley Davidson Orange. HEX triplet: D1, 26 and 18. RGB value is (209,38,24). Sum of RGB (Red+Green+Blue) = 209+38+24=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D12618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12618 is #2ED9E7. Grayscale: #575757. Windows color (decimal): -3070440 or 1582801. OLE color: 1582801.

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

Color convert

RGB 209 38 24 -
CMYK 0 0.82 0.89 0.18
HSL 4.54º 0.79% 0.46% -
HSV(B) 4.54º 0.89% 0.82% -
XYZ 27.15 15.01 2.33 -
YUV 87.53 92.15 214.64 -
System Red Green Blue C M Y K H S L
Decimal 209 38 24 0 0.82 0.89 0.18 4.54 0.79 0.46
Hex D1 26 18 0 52 59 12 5 4F 2E
Octal 321 46 30 0 122 131 22 5 117 56
Binary 11010001 100110 11000 0 1010010 1011001 10010 101 1001111 101110

Color Harmonies of #D12618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12618

Black with #D12618

Text Example


Text Example

White with #D12618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12618; }

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

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

background-color css

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

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

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

border-color css

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

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

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