#DD231C

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

Shades of Harley Davidson Orange #DD231C

Tints of Harley Davidson Orange #DD231C

Color information

#DD231C (or 0xDD231C) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 23 and 1C. RGB value is (221,35,28). Sum of RGB (Red+Green+Blue) = 221+35+28=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD231C is #22DCE3. Grayscale: #5A5A5A. Windows color (decimal): -2284772 or 1844189. OLE color: 1844189.

HSL color Cylindrical-coordinate representation of color #DD231C: hue angle of 2.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD231C is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2213528-
CMYK00.840.870.13
HSL2.18º77.51%48.82%-
HSV(B)2.18º87.33%86.67%-
XYZ30.6316.662.7-
YUV89.8293.12221.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 77.82%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=77.82%
G=12.32%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221352800.840.870.132.1877.5148.82
HexDD231C05457D24e31
Octal3354334012412715211661
Binary11011101100011111000101010010101111101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD231C; }

 p { color: rgb(221,35,28); }

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

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

 a { background-color: rgb(221,35,28); }

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

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

 span { border-color: rgb(221,35,28); }

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