#CF2500

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

Shades of Harley Davidson Orange #CF2500

Tints of Harley Davidson Orange #CF2500

Color information

#CF2500 (or 0xCF2500) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 25 and 00. RGB value is (207,37,0). Sum of RGB (Red+Green+Blue) = 207+37+0=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2500 is #30DAFF. Grayscale: #535353. Windows color (decimal): -3201792 or 9679. OLE color: 9679.

HSL color Cylindrical-coordinate representation of color #CF2500: hue angle of 10.72º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF2500 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB207370-
CMYK00.8210.19
HSL10.72º100%40.59%-
HSV(B)10.72º100%81.18%-
XYZ26.3914.591.42-
YUV83.6180.82216.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 84.84%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.84%
G=15.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20737000.8210.1910.7210040.59
HexCF2500526413b6429
Octal3174500122144231314451
Binary1100111110010100101001011001001001110111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2500; }

 p { color: rgb(207,37,0); }

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

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

 a { background-color: rgb(207,37,0); }

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

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

 span { border-color: rgb(207,37,0); }

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