#C43B18

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

Shades of Harley Davidson Orange #C43B18

Tints of Harley Davidson Orange #C43B18

Color information

#C43B18 (or 0xC43B18) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 3B and 18. RGB value is (196,59,24). Sum of RGB (Red+Green+Blue) = 196+59+24=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43B18 is #3BC4E7. Grayscale: #606060. Windows color (decimal): -3917032 or 1588164. OLE color: 1588164.

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

Color convert

RGB1965924-
CMYK00.700.880.23
HSL12.21º78.18%43.14%-
HSV(B)12.21º87.76%76.86%-
XYZ24.4914.932.45-
YUV95.9787.39199.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 70.25%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 24 (9.77% from 255) = 8.60%
R=70.25%
G=21.15%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196592400.700.880.2312.2178.1843.14
HexC43B180465817c4e2b
Octal30473300106130271411653
Binary11000100111011110000100011010110001011111001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43B18; }

 p { color: rgb(196,59,24); }

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

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

 a { background-color: rgb(196,59,24); }

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

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

 span { border-color: rgb(196,59,24); }

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