#CE2C0A

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

Shades of Harley Davidson Orange #CE2C0A

Tints of Harley Davidson Orange #CE2C0A

Color information

#CE2C0A (or 0xCE2C0A) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 2C and 0A. RGB value is (206,44,10). Sum of RGB (Red+Green+Blue) = 206+44+10=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2C0A is #31D3F5. Grayscale: #585858. Windows color (decimal): -3265526 or 666830. OLE color: 666830.

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

Color convert

RGB2064410-
CMYK00.790.950.19
HSL10.41º90.74%42.35%-
HSV(B)10.41º95.15%80.78%-
XYZ26.4114.951.78-
YUV88.5683.67211.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 79.23%
GREEN value IS 44 (17.58% from 255) = 16.92%
BLUE value IS 10 (4.30% from 255) = 3.85%
R=79.23%
G=16.92%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206441000.790.950.1910.4190.7442.35
HexCE2CA04F5F13a5b2a
Octal31654120117137231213352
Binary1100111010110010100100111110111111001110101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2C0A; }

 p { color: rgb(206,44,10); }

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

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

 a { background-color: rgb(206,44,10); }

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

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

 span { border-color: rgb(206,44,10); }

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