Html Css Color HEX #D12718 Harley Davidson Orange

📋 copy color: '#D12718'

red 209 ◦ green 39 ◦ blue 24

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

Shades of Harley Davidson Orange #D12718

Tints of Harley Davidson Orange #D12718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.34%

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

R = 76.84%
G = 14.34%
B = 8.82%

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

#D12718 (or 0xD12718) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 18. RGB value is (209,39,24). Sum of RGB (Red+Green+Blue) = 209+39+24=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D12718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12718 is #2ED8E7. Grayscale: #585858. Windows color (decimal): -3070184 or 1583057. OLE color: 1583057.

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

Color convert

RGB 209 39 24 -
CMYK 0 0.81 0.89 0.18
HSL 4.86º 0.79% 0.46% -
HSV(B) 4.86º 0.89% 0.82% -
XYZ 27.18 15.07 2.34 -
YUV 88.12 91.82 214.22 -
System Red Green Blue C M Y K H S L
Decimal 209 39 24 0 0.81 0.89 0.18 4.86 0.79 0.46
Hex D1 27 18 0 51 59 12 5 4F 2E
Octal 321 47 30 0 121 131 22 5 117 56
Binary 11010001 100111 11000 0 1010001 1011001 10010 101 1001111 101110

Color Harmonies of #D12718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12718

Black with #D12718

Text Example


Text Example

White with #D12718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12718; }

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

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

background-color css

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

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

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

border-color css

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

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

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