#CF2307

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

Shades of Harley Davidson Orange #CF2307

Tints of Harley Davidson Orange #CF2307

Color information

#CF2307 (or 0xCF2307) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 23 and 07. RGB value is (207,35,7). Sum of RGB (Red+Green+Blue) = 207+35+7=249 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.13% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2307 is #30DCF8. Grayscale: #535353. Windows color (decimal): -3202297 or 467919. OLE color: 467919.

HSL color Cylindrical-coordinate representation of color #CF2307: hue angle of 8.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF2307 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB207357-
CMYK00.830.970.19
HSL8.4º93.46%41.96%-
HSV(B)8.4º96.62%81.18%-
XYZ26.3714.481.61-
YUV83.2484.98216.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 83.13%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 7 (3.12% from 255) = 2.81%
R=83.13%
G=14.06%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20735700.830.970.198.493.4641.96
HexCF237053611385d2a
Octal3174370123141231013552
Binary110011111000111110101001111000011001110001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2307; }

 p { color: rgb(207,35,7); }

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

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

 a { background-color: rgb(207,35,7); }

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

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

 span { border-color: rgb(207,35,7); }

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