#CF2C1E

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

Shades of Harley Davidson Orange #CF2C1E

Tints of Harley Davidson Orange #CF2C1E

Color information

#CF2C1E (or 0xCF2C1E) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 2C and 1E. RGB value is (207,44,30). Sum of RGB (Red+Green+Blue) = 207+44+30=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2C1E is #30D3E1. Grayscale: #5B5B5B. Windows color (decimal): -3199970 or 1977551. OLE color: 1977551.

HSL color Cylindrical-coordinate representation of color #CF2C1E: hue angle of 4.75º 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 #CF2C1E is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB2074430-
CMYK00.790.860.19
HSL4.75º74.68%46.47%-
HSV(B)4.75º85.51%81.18%-
XYZ26.8715.162.74-
YUV91.1493.5210.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 73.67%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=73.67%
G=15.66%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207443000.790.860.194.7574.6846.47
HexCF2C1E04F561354b2e
Octal3175436011712623511356
Binary1100111110110011110010011111010110100111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2C1E; }

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

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

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

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

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

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

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

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