Html Css Color HEX #D12719 Harley Davidson Orange

📋 copy color: '#D12719'

red 209 ◦ green 39 ◦ blue 25

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

Shades of Harley Davidson Orange #D12719

Tints of Harley Davidson Orange #D12719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 76.56%
G = 14.29%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D12719 (or 0xD12719) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 19. RGB value is (209,39,25). Sum of RGB (Red+Green+Blue) = 209+39+25=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D12719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12719 is #2ED8E6. Grayscale: #585858. Windows color (decimal): -3070183 or 1648593. OLE color: 1648593.

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

Color convert

RGB 209 39 25 -
CMYK 0 0.81 0.88 0.18
HSL 4.57º 0.79% 0.46% -
HSV(B) 4.57º 0.88% 0.82% -
XYZ 27.2 15.08 2.4 -
YUV 88.23 92.32 214.14 -
System Red Green Blue C M Y K H S L
Decimal 209 39 25 0 0.81 0.88 0.18 4.57 0.79 0.46
Hex D1 27 19 0 51 58 12 5 4F 2E
Octal 321 47 31 0 121 130 22 5 117 56
Binary 11010001 100111 11001 0 1010001 1011000 10010 101 1001111 101110

Color Harmonies of #D12719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12719

Black with #D12719

Text Example


Text Example

White with #D12719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12719; }

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

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

background-color css

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

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

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

border-color css

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

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

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