#C7271C

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

Shades of Harley Davidson Orange #C7271C

Tints of Harley Davidson Orange #C7271C

Color information

#C7271C (or 0xC7271C) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 27 and 1C. RGB value is (199,39,28). Sum of RGB (Red+Green+Blue) = 199+39+28=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7271C is #38D8E3. Grayscale: #555555. Windows color (decimal): -3725540 or 1845191. OLE color: 1845191.

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

Color convert

RGB1993928-
CMYK00.800.860.22
HSL3.86º75.33%44.51%-
HSV(B)3.86º85.93%78.04%-
XYZ24.4913.682.45-
YUV85.5995.51208.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 74.81%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 28 (11.33% from 255) = 10.53%
R=74.81%
G=14.66%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199392800.800.860.223.8675.3344.51
HexC7271C050561644b2d
Octal3074734012012626411355
Binary1100011110011111100010100001010110101101001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7271C; }

 p { color: rgb(199,39,28); }

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

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

 a { background-color: rgb(199,39,28); }

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

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

 span { border-color: rgb(199,39,28); }

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