#CF3503

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

Shades of Harley Davidson Orange #CF3503

Tints of Harley Davidson Orange #CF3503

Color information

#CF3503 (or 0xCF3503) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 35 and 03. RGB value is (207,53,3). Sum of RGB (Red+Green+Blue) = 207+53+3=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3503 is #30CAFC. Grayscale: #5D5D5D. Windows color (decimal): -3197693 or 210383. OLE color: 210383.

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

Color convert

RGB207533-
CMYK00.740.990.19
HSL14.71º97.14%41.18%-
HSV(B)14.71º98.55%81.18%-
XYZ27.0215.821.72-
YUV93.3577.02209.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 78.71%
GREEN value IS 53 (21.09% from 255) = 20.15%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=78.71%
G=20.15%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20753300.740.990.1914.7197.1441.18
HexCF35304A6313f6129
Octal3176530112143231714151
Binary11001111110101110100101011000111001111111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3503; }

 p { color: rgb(207,53,3); }

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

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

 a { background-color: rgb(207,53,3); }

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

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

 span { border-color: rgb(207,53,3); }

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