#CF2E0D

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

Shades of Harley Davidson Orange #CF2E0D

Tints of Harley Davidson Orange #CF2E0D

Color information

#CF2E0D (or 0xCF2E0D) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 2E and 0D. RGB value is (207,46,13). Sum of RGB (Red+Green+Blue) = 207+46+13=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2E0D is #30D1F2. Grayscale: #5A5A5A. Windows color (decimal): -3199475 or 863951. OLE color: 863951.

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

Color convert

RGB2074613-
CMYK00.780.940.19
HSL10.21º88.18%43.14%-
HSV(B)10.21º93.72%81.18%-
XYZ26.7815.251.91-
YUV90.3884.34211.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 77.82%
GREEN value IS 46 (18.36% from 255) = 17.29%
BLUE value IS 13 (5.47% from 255) = 4.89%
R=77.82%
G=17.29%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207461300.780.940.1910.2188.1843.14
HexCF2ED04E5E13a582b
Octal31756150116136231213053
Binary1100111110111011010100111010111101001110101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2E0D; }

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

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

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

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

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

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

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

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