#C43821

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

Shades of Harley Davidson Orange #C43821

Tints of Harley Davidson Orange #C43821

Color information

#C43821 (or 0xC43821) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 38 and 21. RGB value is (196,56,33). Sum of RGB (Red+Green+Blue) = 196+56+33=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C43821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43821 is #3BC7DE. Grayscale: #5F5F5F. Windows color (decimal): -3917791 or 2177220. OLE color: 2177220.

HSL color Cylindrical-coordinate representation of color #C43821: hue angle of 8.47º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C43821 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB1965633-
CMYK00.710.830.23
HSL8.47º71.18%44.9%-
HSV(B)8.47º83.16%76.86%-
XYZ24.4514.672.98-
YUV95.2492.88199.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.77%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=68.77%
G=19.65%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196563300.710.830.238.4771.1844.9
HexC4382104753178472d
Octal30470410107123271010755
Binary110001001110001000010100011110100111011110001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43821; }

 p { color: rgb(196,56,33); }

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

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

 a { background-color: rgb(196,56,33); }

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

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

 span { border-color: rgb(196,56,33); }

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