#CC340E

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

Shades of Harley Davidson Orange #CC340E

Tints of Harley Davidson Orange #CC340E

Color information

#CC340E (or 0xCC340E) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 34 and 0E. RGB value is (204,52,14). Sum of RGB (Red+Green+Blue) = 204+52+14=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC340E is #33CBF1. Grayscale: #5D5D5D. Windows color (decimal): -3394546 or 931020. OLE color: 931020.

HSL color Cylindrical-coordinate representation of color #CC340E: hue angle of 12º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC340E is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB2045214-
CMYK00.750.930.2
HSL12º87.16%42.75%-
HSV(B)12º93.14%80%-
XYZ26.2115.331.99-
YUV93.1283.36207.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75.56%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=75.56%
G=19.26%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204521400.750.930.21287.1642.75
HexCC34E04B5D14c572b
Octal31464160113135241412753
Binary1100110011010011100100101110111011010011001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC340E; }

 p { color: rgb(204,52,14); }

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

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

 a { background-color: rgb(204,52,14); }

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

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

 span { border-color: rgb(204,52,14); }

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