#CF300C

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

Shades of Harley Davidson Orange #CF300C

Tints of Harley Davidson Orange #CF300C

Color information

#CF300C (or 0xCF300C) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 30 and 0C. RGB value is (207,48,12). Sum of RGB (Red+Green+Blue) = 207+48+12=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF300C is #30CFF3. Grayscale: #5B5B5B. Windows color (decimal): -3198964 or 798927. OLE color: 798927.

HSL color Cylindrical-coordinate representation of color #CF300C: hue angle of 11.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF300C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB2074812-
CMYK00.770.940.19
HSL11.08º89.04%42.94%-
HSV(B)11.08º94.2%81.18%-
XYZ26.8615.411.91-
YUV91.4483.18210.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 77.53%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 12 (5.08% from 255) = 4.49%
R=77.53%
G=17.98%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207481200.770.940.1911.0889.0442.94
HexCF30C04D5E13b592b
Octal31760140115136231313153
Binary1100111111000011000100110110111101001110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF300C; }

 p { color: rgb(207,48,12); }

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

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

 a { background-color: rgb(207,48,12); }

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

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

 span { border-color: rgb(207,48,12); }

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