#C62F00

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

Shades of Harley Davidson Orange #C62F00

Tints of Harley Davidson Orange #C62F00

Color information

#C62F00 (or 0xC62F00) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 2F and 00. RGB value is (198,47,0). Sum of RGB (Red+Green+Blue) = 198+47+0=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62F00 is #39D0FF. Grayscale: #575757. Windows color (decimal): -3789056 or 12230. OLE color: 12230.

HSL color Cylindrical-coordinate representation of color #C62F00: hue angle of 14.24º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C62F00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB198470-
CMYK00.7610.22
HSL14.24º100%38.82%-
HSV(B)14.24º100%77.65%-
XYZ24.3114.041.43-
YUV86.7979.03207.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 80.82%
GREEN value IS 47 (18.75% from 255) = 19.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.82%
G=19.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19847000.7610.2214.2410038.82
HexC62F004C6416e6427
Octal3065700114144261614447
Binary1100011010111100100110011001001011011101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62F00; }

 p { color: rgb(198,47,0); }

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

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

 a { background-color: rgb(198,47,0); }

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

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

 span { border-color: rgb(198,47,0); }

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