#C3250F

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

Shades of Harley Davidson Orange #C3250F

Tints of Harley Davidson Orange #C3250F

Color information

#C3250F (or 0xC3250F) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 25 and 0F. RGB value is (195,37,15). Sum of RGB (Red+Green+Blue) = 195+37+15=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C3250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3250F is #3CDAF0. Grayscale: #515151. Windows color (decimal): -3988209 or 992707. OLE color: 992707.

HSL color Cylindrical-coordinate representation of color #C3250F: hue angle of 7.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3250F is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB1953715-
CMYK00.810.920.24
HSL7.33º85.71%41.18%-
HSV(B)7.33º92.31%76.47%-
XYZ23.2512.961.73-
YUV81.7390.35208.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 78.95%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 15 (6.25% from 255) = 6.07%
R=78.95%
G=14.98%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195371500.810.920.247.3385.7141.18
HexC325F0515C1875629
Octal3034517012113430712651
Binary110000111001011111010100011011100110001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3250F; }

 p { color: rgb(195,37,15); }

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

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

 a { background-color: rgb(195,37,15); }

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

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

 span { border-color: rgb(195,37,15); }

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