#d4251c

Color #D4251C Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D4251C

Tints of Harley Davidson Orange #D4251C

Color information

#D4251C (or 0xD4251C) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 25 and 1C. RGB value is (212,37,28). Sum of RGB (Red+Green+Blue) = 212+37+28=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4251C is #2BDAE3. Grayscale: #585858. Windows color (decimal): -2874084 or 1844692. OLE color: 1844692.

HSL color Cylindrical-coordinate representation of color #D4251C: hue angle of 2.93º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4251C is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB2123728-
CMYK00.830.870.17
HSL2.93º76.67%47.06%-
HSV(B)2.93º86.79%83.14%-
XYZ28.0215.42.59-
YUV88.393.98216.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 76.53%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=76.53%
G=13.36%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212372800.830.870.172.9376.6747.06
HexD4251C053571134d2f
Octal3244534012312721311557
Binary110101001001011110001010011101011110001111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4251c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4251c; }

 p { color: rgb(212,37,28); }

 H1.HeaderClassName
 {
   color: #d4251c;
 }
 .AnyTagClassName
 {
   color: #d4251c;
 }
</style>
background-color css

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

 a { background-color: rgb(212,37,28); }

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

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

 span { border-color: rgb(212,37,28); }

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