#C3301B

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

Shades of Harley Davidson Orange #C3301B

Tints of Harley Davidson Orange #C3301B

Color information

#C3301B (or 0xC3301B) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 30 and 1B. RGB value is (195,48,27). Sum of RGB (Red+Green+Blue) = 195+48+27=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C3301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3301B is #3CCFE4. Grayscale: #595959. Windows color (decimal): -3985381 or 1781955. OLE color: 1781955.

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

Color convert

RGB1954827-
CMYK00.750.860.24
HSL7.5º75.68%43.53%-
HSV(B)7.5º86.15%76.47%-
XYZ23.7613.82.45-
YUV89.5692.7203.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 72.22%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 27 (10.94% from 255) = 10%
R=72.22%
G=17.78%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195482700.750.860.247.575.6843.53
HexC3301B04B561884c2c
Octal30360330113126301011454
Binary11000011110000110110100101110101101100010001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3301B; }

 p { color: rgb(195,48,27); }

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

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

 a { background-color: rgb(195,48,27); }

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

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

 span { border-color: rgb(195,48,27); }

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