#C43416

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

Shades of Harley Davidson Orange #C43416

Tints of Harley Davidson Orange #C43416

Color information

#C43416 (or 0xC43416) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 34 and 16. RGB value is (196,52,22). Sum of RGB (Red+Green+Blue) = 196+52+22=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C43416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43416 is #3BCBE9. Grayscale: #5B5B5B. Windows color (decimal): -3918826 or 1455300. OLE color: 1455300.

HSL color Cylindrical-coordinate representation of color #C43416: hue angle of 10.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C43416 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB1965222-
CMYK00.730.890.23
HSL10.34º79.82%42.75%-
HSV(B)10.34º88.78%76.86%-
XYZ24.1414.252.24-
YUV91.6488.71202.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 72.59%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=72.59%
G=19.26%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196522200.730.890.2310.3479.8242.75
HexC434160495917a502b
Octal30464260111131271212053
Binary11000100110100101100100100110110011011110101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43416; }

 p { color: rgb(196,52,22); }

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

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

 a { background-color: rgb(196,52,22); }

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

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

 span { border-color: rgb(196,52,22); }

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