#C2331E

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

Shades of Harley Davidson Orange #C2331E

Tints of Harley Davidson Orange #C2331E

Color information

#C2331E (or 0xC2331E) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 33 and 1E. RGB value is (194,51,30). Sum of RGB (Red+Green+Blue) = 194+51+30=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2331E is #3DCCE1. Grayscale: #5B5B5B. Windows color (decimal): -4050146 or 1979330. OLE color: 1979330.

HSL color Cylindrical-coordinate representation of color #C2331E: hue angle of 7.68º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2331E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1945130-
CMYK00.740.850.24
HSL7.68º73.21%43.92%-
HSV(B)7.68º84.54%76.08%-
XYZ23.6713.932.67-
YUV91.3693.38201.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 70.55%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 30 (12.11% from 255) = 10.91%
R=70.55%
G=18.55%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194513000.740.850.247.6873.2143.92
HexC2331E04A55188492c
Octal30263360112125301011154
Binary11000010110011111100100101010101011100010001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2331E; }

 p { color: rgb(194,51,30); }

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

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

 a { background-color: rgb(194,51,30); }

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

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

 span { border-color: rgb(194,51,30); }

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