Html Css Color HEX #D12F0E Harley Davidson Orange

📋 copy color: '#D12F0E'

red 209 ◦ green 47 ◦ blue 14

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

Shades of Harley Davidson Orange #D12F0E

Tints of Harley Davidson Orange #D12F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

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

R = 77.41%
G = 17.41%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D12F0E (or 0xD12F0E) is known color: Harley Davidson Orange. HEX triplet: D1, 2F and 0E. RGB value is (209,47,14). Sum of RGB (Red+Green+Blue) = 209+47+14=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12F0E is #2ED0F1. Grayscale: #5B5B5B. Windows color (decimal): -3068146 or 929745. OLE color: 929745.

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

Color convert

RGB 209 47 14 -
CMYK 0 0.78 0.93 0.18
HSL 10.15º 0.87% 0.44% -
HSV(B) 10.15º 0.93% 0.82% -
XYZ 27.39 15.62 1.99 -
YUV 91.68 84.17 211.68 -
System Red Green Blue C M Y K H S L
Decimal 209 47 14 0 0.78 0.93 0.18 10.15 0.87 0.44
Hex D1 2F E 0 4E 5D 12 A 57 2C
Octal 321 57 16 0 116 135 22 12 127 54
Binary 11010001 101111 1110 0 1001110 1011101 10010 1010 1010111 101100

Color Harmonies of #D12F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12F0E

Black with #D12F0E

Text Example


Text Example

White with #D12F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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