#CE3014

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

Shades of Harley Davidson Orange #CE3014

Tints of Harley Davidson Orange #CE3014

Color information

#CE3014 (or 0xCE3014) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 30 and 14. RGB value is (206,48,20). Sum of RGB (Red+Green+Blue) = 206+48+20=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3014 is #31CFEB. Grayscale: #5C5C5C. Windows color (decimal): -3264492 or 1323214. OLE color: 1323214.

HSL color Cylindrical-coordinate representation of color #CE3014: hue angle of 9.03º 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 #CE3014 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB2064820-
CMYK00.770.900.19
HSL9.03º82.3%44.31%-
HSV(B)9.03º90.29%80.78%-
XYZ26.6415.292.21-
YUV92.0587.35209.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 75.18%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=75.18%
G=17.52%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206482000.770.900.199.0382.344.31
HexCE301404D5A139522c
Octal31660240115132231112254
Binary11001110110000101000100110110110101001110011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3014; }

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

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

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

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

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

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

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

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