#C32A0E

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

Shades of Harley Davidson Orange #C32A0E

Tints of Harley Davidson Orange #C32A0E

Color information

#C32A0E (or 0xC32A0E) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 2A and 0E. RGB value is (195,42,14). Sum of RGB (Red+Green+Blue) = 195+42+14=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32A0E is #3CD5F1. Grayscale: #545454. Windows color (decimal): -3986930 or 928451. OLE color: 928451.

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

Color convert

RGB1954214-
CMYK00.780.930.24
HSL9.28º86.6%40.98%-
HSV(B)9.28º92.82%76.47%-
XYZ23.4113.291.75-
YUV84.5688.19206.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 77.69%
GREEN value IS 42 (16.80% from 255) = 16.73%
BLUE value IS 14 (5.86% from 255) = 5.58%
R=77.69%
G=16.73%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195421400.780.930.249.2886.640.98
HexC32AE04E5D1895729
Octal30352160116135301112751
Binary1100001110101011100100111010111011100010011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32A0E; }

 p { color: rgb(195,42,14); }

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

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

 a { background-color: rgb(195,42,14); }

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

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

 span { border-color: rgb(195,42,14); }

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