Html Css Color HEX #D12319 Harley Davidson Orange

📋 copy color: '#D12319'

red 209 ◦ green 35 ◦ blue 25

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

Shades of Harley Davidson Orange #D12319

Tints of Harley Davidson Orange #D12319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

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

R = 77.7%
G = 13.01%
B = 9.29%

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

#D12319 (or 0xD12319) is known color: Harley Davidson Orange. HEX triplet: D1, 23 and 19. RGB value is (209,35,25). Sum of RGB (Red+Green+Blue) = 209+35+25=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D12319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12319 is #2EDCE6. Grayscale: #565656. Windows color (decimal): -3071207 or 1647569. OLE color: 1647569.

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

Color convert

RGB 209 35 25 -
CMYK 0 0.83 0.88 0.18
HSL 3.26º 0.79% 0.46% -
HSV(B) 3.26º 0.88% 0.82% -
XYZ 27.07 14.83 2.35 -
YUV 85.89 93.65 215.81 -
System Red Green Blue C M Y K H S L
Decimal 209 35 25 0 0.83 0.88 0.18 3.26 0.79 0.46
Hex D1 23 19 0 53 58 12 3 4F 2E
Octal 321 43 31 0 123 130 22 3 117 56
Binary 11010001 100011 11001 0 1010011 1011000 10010 11 1001111 101110

Color Harmonies of #D12319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12319

Black with #D12319

Text Example


Text Example

White with #D12319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12319; }

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

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

background-color css

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

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

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

border-color css

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

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

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