Html Css Color HEX #D12400 Harley Davidson Orange

📋 copy color: '#D12400'

red 209 ◦ green 36 ◦ blue 0

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

Shades of Harley Davidson Orange #D12400

Tints of Harley Davidson Orange #D12400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.31%
G = 14.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D12400 (or 0xD12400) is known color: Harley Davidson Orange. HEX triplet: D1, 24 and 00. RGB value is (209,36,0). Sum of RGB (Red+Green+Blue) = 209+36+0=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D12400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12400 is #2EDBFF. Grayscale: #535353. Windows color (decimal): -3070976 or 9425. OLE color: 9425.

HSL color Cylindrical-coordinate representation of color #D12400: hue angle of 10.33º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D12400 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 0 -
CMYK 0 0.83 1 0.18
HSL 10.33º 1% 0.41% -
HSV(B) 10.33º 1% 0.82% -
XYZ 26.93 14.82 1.44 -
YUV 83.62 80.81 217.43 -
System Red Green Blue C M Y K H S L
Decimal 209 36 0 0 0.83 1 0.18 10.33 1 0.41
Hex D1 24 0 0 53 64 12 A 64 29
Octal 321 44 0 0 123 144 22 12 144 51
Binary 11010001 100100 0 0 1010011 1100100 10010 1010 1100100 101001

Color Harmonies of #D12400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12400

Black with #D12400

Text Example


Text Example

White with #D12400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12400; }

 p { color: rgb(209,36,0); }

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

background-color css

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

 a { background-color: rgb(209,36,0); }

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

border-color css

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

 span { border-color: rgb(209,36,0); }

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