Html Css Color HEX #D12D04 Harley Davidson Orange

📋 copy color: '#D12D04'

red 209 ◦ green 45 ◦ blue 4

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

Shades of Harley Davidson Orange #D12D04

Tints of Harley Davidson Orange #D12D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.44%

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

R = 81.01%
G = 17.44%
B = 1.55%

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

#D12D04 (or 0xD12D04) is known color: Harley Davidson Orange. HEX triplet: D1, 2D and 04. RGB value is (209,45,4). Sum of RGB (Red+Green+Blue) = 209+45+4=258 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.01% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12D04 is #2ED2FB. Grayscale: #595959. Windows color (decimal): -3068668 or 273873. OLE color: 273873.

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

Color convert

RGB 209 45 4 -
CMYK 0 0.78 0.98 0.18
HSL 12º 0.96% 0.42% -
HSV(B) 12º 0.98% 0.82% -
XYZ 27.25 15.44 1.66 -
YUV 89.36 79.83 213.33 -
System Red Green Blue C M Y K H S L
Decimal 209 45 4 0 0.78 0.98 0.18 12 0.96 0.42
Hex D1 2D 4 0 4E 62 12 C 60 2A
Octal 321 55 4 0 116 142 22 14 140 52
Binary 11010001 101101 100 0 1001110 1100010 10010 1100 1100000 101010

Color Harmonies of #D12D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D04

Black with #D12D04

Text Example


Text Example

White with #D12D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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