#C43A1E

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

Shades of Harley Davidson Orange #C43A1E

Tints of Harley Davidson Orange #C43A1E

Color information

#C43A1E (or 0xC43A1E) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 3A and 1E. RGB value is (196,58,30). Sum of RGB (Red+Green+Blue) = 196+58+30=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A1E is #3BC5E1. Grayscale: #606060. Windows color (decimal): -3917282 or 1981124. OLE color: 1981124.

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

Color convert

RGB1965830-
CMYK00.700.850.23
HSL10.12º73.45%44.31%-
HSV(B)10.12º84.69%76.86%-
XYZ24.5114.862.8-
YUV96.0790.72199.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.01%
GREEN value IS 58 (23.05% from 255) = 20.42%
BLUE value IS 30 (12.11% from 255) = 10.56%
R=69.01%
G=20.42%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196583000.700.850.2310.1273.4544.31
HexC43A1E0465517a492c
Octal30472360106125271211154
Binary11000100111010111100100011010101011011110101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A1E; }

 p { color: rgb(196,58,30); }

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

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

 a { background-color: rgb(196,58,30); }

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

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

 span { border-color: rgb(196,58,30); }

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