#CE2119

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

Shades of Harley Davidson Orange #CE2119

Tints of Harley Davidson Orange #CE2119

Color information

#CE2119 (or 0xCE2119) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 21 and 19. RGB value is (206,33,25). Sum of RGB (Red+Green+Blue) = 206+33+25=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2119 is #31DEE6. Grayscale: #545454. Windows color (decimal): -3268327 or 1647054. OLE color: 1647054.

HSL color Cylindrical-coordinate representation of color #CE2119: hue angle of 2.65º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE2119 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB2063325-
CMYK00.840.880.19
HSL2.65º78.35%45.29%-
HSV(B)2.65º87.86%80.78%-
XYZ26.1714.282.3-
YUV83.8194.81215.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 78.03%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 25 (10.16% from 255) = 9.47%
R=78.03%
G=12.5%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206332500.840.880.192.6578.3545.29
HexCE2119054581334e2d
Octal3164131012413023311655
Binary110011101000011100101010100101100010011111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2119; }

 p { color: rgb(206,33,25); }

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

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

 a { background-color: rgb(206,33,25); }

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

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

 span { border-color: rgb(206,33,25); }

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