#D23E1F

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

Shades of Harley Davidson Orange #D23E1F

Tints of Harley Davidson Orange #D23E1F

Color information

#D23E1F (or 0xD23E1F) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 3E and 1F. RGB value is (210,62,31). Sum of RGB (Red+Green+Blue) = 210+62+31=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E1F is #2DC1E0. Grayscale: #666666. Windows color (decimal): -2998753 or 2047698. OLE color: 2047698.

HSL color Cylindrical-coordinate representation of color #D23E1F: hue angle of 10.39º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D23E1F is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB2106231-
CMYK00.700.850.18
HSL10.39º74.27%47.25%-
HSV(B)10.39º85.24%82.35%-
XYZ28.5517.253.12-
YUV102.7287.53204.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 69.31%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 31 (12.5% from 255) = 10.23%
R=69.31%
G=20.46%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210623100.700.850.1810.3974.2747.25
HexD23E1F0465512a4a2f
Octal32276370106125221211257
Binary11010010111110111110100011010101011001010101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23E1F; }

 p { color: rgb(210,62,31); }

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

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

 a { background-color: rgb(210,62,31); }

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

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

 span { border-color: rgb(210,62,31); }

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