Html Css Color HEX #D12419 Harley Davidson Orange

📋 copy color: '#D12419'

red 209 ◦ green 36 ◦ blue 25

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

Shades of Harley Davidson Orange #D12419

Tints of Harley Davidson Orange #D12419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.33%

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

R = 77.41%
G = 13.33%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D12419 (or 0xD12419) is known color: Harley Davidson Orange. HEX triplet: D1, 24 and 19. RGB value is (209,36,25). Sum of RGB (Red+Green+Blue) = 209+36+25=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D12419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12419 is #2EDBE6. Grayscale: #565656. Windows color (decimal): -3070951 or 1647825. OLE color: 1647825.

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

Color convert

RGB 209 36 25 -
CMYK 0 0.83 0.88 0.18
HSL 3.59º 0.79% 0.46% -
HSV(B) 3.59º 0.88% 0.82% -
XYZ 27.1 14.89 2.36 -
YUV 86.47 93.31 215.39 -
System Red Green Blue C M Y K H S L
Decimal 209 36 25 0 0.83 0.88 0.18 3.59 0.79 0.46
Hex D1 24 19 0 53 58 12 4 4F 2E
Octal 321 44 31 0 123 130 22 4 117 56
Binary 11010001 100100 11001 0 1010011 1011000 10010 100 1001111 101110

Color Harmonies of #D12419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12419

Black with #D12419

Text Example


Text Example

White with #D12419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12419; }

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

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

background-color css

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

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

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

border-color css

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

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

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