#C43A0A

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

Shades of Harley Davidson Orange #C43A0A

Tints of Harley Davidson Orange #C43A0A

Color information

#C43A0A (or 0xC43A0A) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 3A and 0A. RGB value is (196,58,10). Sum of RGB (Red+Green+Blue) = 196+58+10=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A0A is #3BC5F5. Grayscale: #5E5E5E. Windows color (decimal): -3917302 or 670404. OLE color: 670404.

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

Color convert

RGB1965810-
CMYK00.700.950.23
HSL15.48º90.29%40.39%-
HSV(B)15.48º94.9%76.86%-
XYZ24.3314.781.86-
YUV93.7980.72200.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 74.24%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 10 (4.30% from 255) = 3.79%
R=74.24%
G=21.97%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196581000.700.950.2315.4890.2940.39
HexC43AA0465F17f5a28
Octal30472120106137271713250
Binary1100010011101010100100011010111111011111111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A0A; }

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

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

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

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

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

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

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

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