#CE2114

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

Shades of Harley Davidson Orange #CE2114

Tints of Harley Davidson Orange #CE2114

Color information

#CE2114 (or 0xCE2114) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 21 and 14. RGB value is (206,33,20). Sum of RGB (Red+Green+Blue) = 206+33+20=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2114 is #31DEEB. Grayscale: #535353. Windows color (decimal): -3268332 or 1319374. OLE color: 1319374.

HSL color Cylindrical-coordinate representation of color #CE2114: hue angle of 4.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE2114 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB2063320-
CMYK00.840.900.19
HSL4.19º82.3%44.31%-
HSV(B)4.19º90.29%80.78%-
XYZ26.1214.262.04-
YUV83.2492.31215.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 79.54%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=79.54%
G=12.74%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206332000.840.900.194.1982.344.31
HexCE21140545A134522c
Octal3164124012413223412254
Binary1100111010000110100010101001011010100111001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2114; }

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

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

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

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

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

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

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

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