Html Css Color HEX #D12F0F Harley Davidson Orange

📋 copy color: '#D12F0F'

red 209 ◦ green 47 ◦ blue 15

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

Shades of Harley Davidson Orange #D12F0F

Tints of Harley Davidson Orange #D12F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 77.12%
G = 17.34%
B = 5.54%

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

#D12F0F (or 0xD12F0F) is known color: Harley Davidson Orange. HEX triplet: D1, 2F and 0F. RGB value is (209,47,15). Sum of RGB (Red+Green+Blue) = 209+47+15=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12F0F is #2ED0F0. Grayscale: #5C5C5C. Windows color (decimal): -3068145 or 995281. OLE color: 995281.

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

Color convert

RGB 209 47 15 -
CMYK 0 0.78 0.93 0.18
HSL 9.9º 0.87% 0.44% -
HSV(B) 9.9º 0.93% 0.82% -
XYZ 27.4 15.62 2.02 -
YUV 91.79 84.67 211.6 -
System Red Green Blue C M Y K H S L
Decimal 209 47 15 0 0.78 0.93 0.18 9.9 0.87 0.44
Hex D1 2F F 0 4E 5D 12 A 57 2C
Octal 321 57 17 0 116 135 22 12 127 54
Binary 11010001 101111 1111 0 1001110 1011101 10010 1010 1010111 101100

Color Harmonies of #D12F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12F0F

Black with #D12F0F

Text Example


Text Example

White with #D12F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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