#CC280E

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

Shades of Harley Davidson Orange #CC280E

Tints of Harley Davidson Orange #CC280E

Color information

#CC280E (or 0xCC280E) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 28 and 0E. RGB value is (204,40,14). Sum of RGB (Red+Green+Blue) = 204+40+14=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC280E is #33D7F1. Grayscale: #565656. Windows color (decimal): -3397618 or 927948. OLE color: 927948.

HSL color Cylindrical-coordinate representation of color #CC280E: hue angle of 8.21º 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 #CC280E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB2044014-
CMYK00.800.930.2
HSL8.21º87.16%42.75%-
HSV(B)8.21º93.14%80%-
XYZ25.7414.391.84-
YUV86.0787.33212.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 79.07%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 14 (5.86% from 255) = 5.43%
R=79.07%
G=15.50%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204401400.800.930.28.2187.1642.75
HexCC28E0505D148572b
Octal31450160120135241012753
Binary1100110010100011100101000010111011010010001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC280E; }

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

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

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

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

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

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

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

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