#CF2E1E

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

Shades of Harley Davidson Orange #CF2E1E

Tints of Harley Davidson Orange #CF2E1E

Color information

#CF2E1E (or 0xCF2E1E) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 2E and 1E. RGB value is (207,46,30). Sum of RGB (Red+Green+Blue) = 207+46+30=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E1E is #30D1E1. Grayscale: #5C5C5C. Windows color (decimal): -3199458 or 1978063. OLE color: 1978063.

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

Color convert

RGB2074630-
CMYK00.780.860.19
HSL5.42º74.68%46.47%-
HSV(B)5.42º85.51%81.18%-
XYZ26.9415.312.76-
YUV92.3292.84209.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 73.14%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=73.14%
G=16.25%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207463000.780.860.195.4274.6846.47
HexCF2E1E04E561354b2e
Octal3175636011612623511356
Binary1100111110111011110010011101010110100111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2E1E; }

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

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

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

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

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

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

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

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