#C62F1F

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

Shades of Harley Davidson Orange #C62F1F

Tints of Harley Davidson Orange #C62F1F

Color information

#C62F1F (or 0xC62F1F) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 2F and 1F. RGB value is (198,47,31). Sum of RGB (Red+Green+Blue) = 198+47+31=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62F1F is #39D0E0. Grayscale: #5A5A5A. Windows color (decimal): -3789025 or 2043846. OLE color: 2043846.

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

Color convert

RGB1984731-
CMYK00.760.840.22
HSL5.75º72.93%44.9%-
HSV(B)5.75º84.34%77.65%-
XYZ24.5514.142.73-
YUV90.3294.53204.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 71.74%
GREEN value IS 47 (18.75% from 255) = 17.03%
BLUE value IS 31 (12.5% from 255) = 11.23%
R=71.74%
G=17.03%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198473100.760.840.225.7572.9344.9
HexC62F1F04C54166492d
Octal3065737011412426611155
Binary1100011010111111111010011001010100101101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62F1F; }

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

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

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

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

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

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

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

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