#CE2503

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

Shades of Harley Davidson Orange #CE2503

Tints of Harley Davidson Orange #CE2503

Color information

#CE2503 (or 0xCE2503) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 25 and 03. RGB value is (206,37,3). Sum of RGB (Red+Green+Blue) = 206+37+3=246 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.74% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2503 is #31DAFC. Grayscale: #535353. Windows color (decimal): -3267325 or 206286. OLE color: 206286.

HSL color Cylindrical-coordinate representation of color #CE2503: hue angle of 10.05º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE2503 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB206373-
CMYK00.820.990.19
HSL10.05º97.13%40.98%-
HSV(B)10.05º98.54%80.78%-
XYZ26.1314.451.5-
YUV83.6582.49215.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 83.74%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 3 (1.56% from 255) = 1.22%
R=83.74%
G=15.04%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20637300.820.990.1910.0597.1340.98
HexCE2530526313a6129
Octal3164530122143231214151
Binary11001110100101110101001011000111001110101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2503; }

 p { color: rgb(206,37,3); }

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

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

 a { background-color: rgb(206,37,3); }

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

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

 span { border-color: rgb(206,37,3); }

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