Html Css Color HEX #D12F04 Harley Davidson Orange

📋 copy color: '#D12F04'

red 209 ◦ green 47 ◦ blue 4

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

Shades of Harley Davidson Orange #D12F04

Tints of Harley Davidson Orange #D12F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 80.38%
G = 18.08%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D12F04 (or 0xD12F04) is known color: Harley Davidson Orange. HEX triplet: D1, 2F and 04. RGB value is (209,47,4). Sum of RGB (Red+Green+Blue) = 209+47+4=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12F04 is #2ED0FB. Grayscale: #5A5A5A. Windows color (decimal): -3068156 or 274385. OLE color: 274385.

HSL color Cylindrical-coordinate representation of color #D12F04: hue angle of 12.59º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D12F04 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 47 4 -
CMYK 0 0.78 0.98 0.18
HSL 12.59º 0.96% 0.42% -
HSV(B) 12.59º 0.98% 0.82% -
XYZ 27.33 15.6 1.68 -
YUV 90.54 79.17 212.5 -
System Red Green Blue C M Y K H S L
Decimal 209 47 4 0 0.78 0.98 0.18 12.59 0.96 0.42
Hex D1 2F 4 0 4E 62 12 D 60 2A
Octal 321 57 4 0 116 142 22 15 140 52
Binary 11010001 101111 100 0 1001110 1100010 10010 1101 1100000 101010

Color Harmonies of #D12F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12F04

Black with #D12F04

Text Example


Text Example

White with #D12F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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