#CE2B15

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

Shades of Harley Davidson Orange #CE2B15

Tints of Harley Davidson Orange #CE2B15

Color information

#CE2B15 (or 0xCE2B15) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 2B and 15. RGB value is (206,43,21). Sum of RGB (Red+Green+Blue) = 206+43+21=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2B15 is #31D4EA. Grayscale: #595959. Windows color (decimal): -3265771 or 1387470. OLE color: 1387470.

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

Color convert

RGB2064321-
CMYK00.790.900.19
HSL7.14º81.5%44.51%-
HSV(B)7.14º89.81%80.78%-
XYZ26.4514.92.19-
YUV89.2389.5211.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 76.30%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 21 (8.59% from 255) = 7.78%
R=76.30%
G=15.93%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206432100.790.900.197.1481.544.51
HexCE2B1504F5A137512d
Octal3165325011713223712155
Binary1100111010101110101010011111011010100111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2B15; }

 p { color: rgb(206,43,21); }

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

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

 a { background-color: rgb(206,43,21); }

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

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

 span { border-color: rgb(206,43,21); }

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