Html Css Color HEX #D12504 Harley Davidson Orange

📋 copy color: '#D12504'

red 209 ◦ green 37 ◦ blue 4

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

Shades of Harley Davidson Orange #D12504

Tints of Harley Davidson Orange #D12504

RGB

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

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

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

R = 83.6%
G = 14.8%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D12504 (or 0xD12504) is known color: Harley Davidson Orange. HEX triplet: D1, 25 and 04. RGB value is (209,37,4). Sum of RGB (Red+Green+Blue) = 209+37+4=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D12504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12504 is #2EDAFB. Grayscale: #545454. Windows color (decimal): -3070716 or 271825. OLE color: 271825.

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

Color convert

RGB 209 37 4 -
CMYK 0 0.82 0.98 0.18
HSL 9.66º 0.96% 0.42% -
HSV(B) 9.66º 0.98% 0.82% -
XYZ 26.98 14.89 1.57 -
YUV 84.67 82.48 216.68 -
System Red Green Blue C M Y K H S L
Decimal 209 37 4 0 0.82 0.98 0.18 9.66 0.96 0.42
Hex D1 25 4 0 52 62 12 A 60 2A
Octal 321 45 4 0 122 142 22 12 140 52
Binary 11010001 100101 100 0 1010010 1100010 10010 1010 1100000 101010

Color Harmonies of #D12504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12504

Black with #D12504

Text Example


Text Example

White with #D12504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12504; }

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

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

background-color css

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

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

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

border-color css

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

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

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