Html Css Color HEX #D1250E Harley Davidson Orange

📋 copy color: '#D1250E'

red 209 ◦ green 37 ◦ blue 14

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

Shades of Harley Davidson Orange #D1250E

Tints of Harley Davidson Orange #D1250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 80.38%
G = 14.23%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1250E (or 0xD1250E) is known color: Harley Davidson Orange. HEX triplet: D1, 25 and 0E. RGB value is (209,37,14). Sum of RGB (Red+Green+Blue) = 209+37+14=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D1250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1250E is #2EDAF1. Grayscale: #565656. Windows color (decimal): -3070706 or 927185. OLE color: 927185.

HSL color Cylindrical-coordinate representation of color #D1250E: hue angle of 7.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1250E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 14 -
CMYK 0 0.82 0.93 0.18
HSL 7.08º 0.87% 0.44% -
HSV(B) 7.08º 0.93% 0.82% -
XYZ 27.04 14.91 1.87 -
YUV 85.81 87.48 215.87 -
System Red Green Blue C M Y K H S L
Decimal 209 37 14 0 0.82 0.93 0.18 7.08 0.87 0.44
Hex D1 25 E 0 52 5D 12 7 57 2C
Octal 321 45 16 0 122 135 22 7 127 54
Binary 11010001 100101 1110 0 1010010 1011101 10010 111 1010111 101100

Color Harmonies of #D1250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1250E

Black with #D1250E

Text Example


Text Example

White with #D1250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1250E; }

 p { color: rgb(209,37,14); }

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

background-color css

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

 a { background-color: rgb(209,37,14); }

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

border-color css

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

 span { border-color: rgb(209,37,14); }

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