#CF230C

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

Shades of Harley Davidson Orange #CF230C

Tints of Harley Davidson Orange #CF230C

Color information

#CF230C (or 0xCF230C) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 23 and 0C. RGB value is (207,35,12). Sum of RGB (Red+Green+Blue) = 207+35+12=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF230C is #30DCF3. Grayscale: #545454. Windows color (decimal): -3202292 or 795599. OLE color: 795599.

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

Color convert

RGB2073512-
CMYK00.830.940.19
HSL7.08º89.04%42.94%-
HSV(B)7.08º94.2%81.18%-
XYZ26.414.491.75-
YUV83.8187.48215.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 81.50%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=81.50%
G=13.78%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207351200.830.940.197.0889.0442.94
HexCF23C0535E137592b
Octal3174314012313623713153
Binary110011111000111100010100111011110100111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF230C; }

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

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

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

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

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

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

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

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