#CF2920

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

Shades of Harley Davidson Orange #CF2920

Tints of Harley Davidson Orange #CF2920

Color information

#CF2920 (or 0xCF2920) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 29 and 20. RGB value is (207,41,32). Sum of RGB (Red+Green+Blue) = 207+41+32=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2920 is #30D6DF. Grayscale: #595959. Windows color (decimal): -3200736 or 2107855. OLE color: 2107855.

HSL color Cylindrical-coordinate representation of color #CF2920: hue angle of 3.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2920 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB2074132-
CMYK00.800.850.19
HSL3.09º73.22%46.86%-
HSV(B)3.09º84.54%81.18%-
XYZ26.7914.962.84-
YUV89.6195.5211.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 73.93%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=73.93%
G=14.64%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207413200.800.850.193.0973.2246.86
HexCF292005055133492f
Octal3175140012012523311157
Binary1100111110100110000001010000101010110011111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2920; }

 p { color: rgb(207,41,32); }

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

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

 a { background-color: rgb(207,41,32); }

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

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

 span { border-color: rgb(207,41,32); }

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