#C61F13

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

Shades of Harley Davidson Orange #C61F13

Tints of Harley Davidson Orange #C61F13

Color information

#C61F13 (or 0xC61F13) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 1F and 13. RGB value is (198,31,19). Sum of RGB (Red+Green+Blue) = 198+31+19=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61F13 is #39E0EC. Grayscale: #4F4F4F. Windows color (decimal): -3793133 or 1253318. OLE color: 1253318.

HSL color Cylindrical-coordinate representation of color #C61F13: hue angle of 4.02º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61F13 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB1983119-
CMYK00.840.900.22
HSL4.02º82.49%42.55%-
HSV(B)4.02º90.4%77.65%-
XYZ23.913.031.87-
YUV79.5693.83212.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 79.84%
GREEN value IS 31 (12.5% from 255) = 12.5%
BLUE value IS 19 (7.81% from 255) = 7.66%
R=79.84%
G=12.5%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198311900.840.900.224.0282.4942.55
HexC61F130545A164522b
Octal3063723012413226412253
Binary110001101111110011010101001011010101101001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61F13; }

 p { color: rgb(198,31,19); }

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

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

 a { background-color: rgb(198,31,19); }

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

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

 span { border-color: rgb(198,31,19); }

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