#CF461D

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

Shades of Harley Davidson Orange #CF461D

Tints of Harley Davidson Orange #CF461D

Color information

#CF461D (or 0xCF461D) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 46 and 1D. RGB value is (207,70,29). Sum of RGB (Red+Green+Blue) = 207+70+29=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF461D is #30B9E2. Grayscale: #6A6A6A. Windows color (decimal): -3193315 or 1918671. OLE color: 1918671.

HSL color Cylindrical-coordinate representation of color #CF461D: hue angle of 13.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF461D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB2077029-
CMYK00.660.860.19
HSL13.82º75.42%46.27%-
HSV(B)13.82º85.99%81.18%-
XYZ28.1417.733.1-
YUV106.2984.39199.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.65%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 29 (11.72% from 255) = 9.48%
R=67.65%
G=22.88%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207702900.660.860.1913.8275.4246.27
HexCF461D0425613e4b2e
Octal317106350102126231611356
Binary110011111000110111010100001010101101001111101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF461D; }

 p { color: rgb(207,70,29); }

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

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

 a { background-color: rgb(207,70,29); }

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

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

 span { border-color: rgb(207,70,29); }

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