#cf2e0e

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

Shades of Harley Davidson Orange #CF2E0E

Tints of Harley Davidson Orange #CF2E0E

Color information

#CF2E0E (or 0xCF2E0E) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 2E and 0E. RGB value is (207,46,14). Sum of RGB (Red+Green+Blue) = 207+46+14=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2E0E is #30D1F1. Grayscale: #5A5A5A. Windows color (decimal): -3199474 or 929487. OLE color: 929487.

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

Color convert

RGB2074614-
CMYK00.780.930.19
HSL9.95º87.33%43.33%-
HSV(B)9.95º93.24%81.18%-
XYZ26.7915.251.95-
YUV90.4984.84211.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 77.53%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 14 (5.86% from 255) = 5.24%
R=77.53%
G=17.23%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207461400.780.930.199.9587.3343.33
HexCF2EE04E5D13a572b
Octal31756160116135231212753
Binary1100111110111011100100111010111011001110101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2e0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2e0e; }

 p { color: rgb(207,46,14); }

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

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

 a { background-color: rgb(207,46,14); }

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

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

 span { border-color: rgb(207,46,14); }

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