#CE230C

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

Shades of Harley Davidson Orange #CE230C

Tints of Harley Davidson Orange #CE230C

Color information

#CE230C (or 0xCE230C) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 23 and 0C. RGB value is (206,35,12). Sum of RGB (Red+Green+Blue) = 206+35+12=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE230C is #31DCF3. Grayscale: #535353. Windows color (decimal): -3267828 or 795598. OLE color: 795598.

HSL color Cylindrical-coordinate representation of color #CE230C: hue angle of 7.11º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE230C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB2063512-
CMYK00.830.940.19
HSL7.11º88.99%42.75%-
HSV(B)7.11º94.17%80.78%-
XYZ26.1214.351.74-
YUV83.5187.65215.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 81.42%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 12 (5.08% from 255) = 4.74%
R=81.42%
G=13.83%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206351200.830.940.197.1188.9942.75
HexCE23C0535E137592b
Octal3164314012313623713153
Binary110011101000111100010100111011110100111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE230C; }

 p { color: rgb(206,35,12); }

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

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

 a { background-color: rgb(206,35,12); }

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

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

 span { border-color: rgb(206,35,12); }

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