#CE311F

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

Shades of Harley Davidson Orange #CE311F

Tints of Harley Davidson Orange #CE311F

Color information

#CE311F (or 0xCE311F) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 31 and 1F. RGB value is (206,49,31). Sum of RGB (Red+Green+Blue) = 206+49+31=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE311F is #31CEE0. Grayscale: #5E5E5E. Windows color (decimal): -3264225 or 2044366. OLE color: 2044366.

HSL color Cylindrical-coordinate representation of color #CE311F: hue angle of 6.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE311F is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB2064931-
CMYK00.760.850.19
HSL6.17º73.84%46.47%-
HSV(B)6.17º84.95%80.78%-
XYZ26.815.422.86-
YUV93.8992.51207.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 72.03%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 31 (12.5% from 255) = 10.84%
R=72.03%
G=17.13%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206493100.760.850.196.1773.8446.47
HexCE311F04C551364a2e
Octal3166137011412523611256
Binary1100111011000111111010011001010101100111101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE311F; }

 p { color: rgb(206,49,31); }

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

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

 a { background-color: rgb(206,49,31); }

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

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

 span { border-color: rgb(206,49,31); }

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