#C4370A

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

Shades of Harley Davidson Orange #C4370A

Tints of Harley Davidson Orange #C4370A

Color information

#C4370A (or 0xC4370A) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 37 and 0A. RGB value is (196,55,10). Sum of RGB (Red+Green+Blue) = 196+55+10=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C4370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4370A is #3BC8F5. Grayscale: #5C5C5C. Windows color (decimal): -3918070 or 669636. OLE color: 669636.

HSL color Cylindrical-coordinate representation of color #C4370A: hue angle of 14.52º 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 #C4370A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB1965510-
CMYK00.720.950.23
HSL14.52º90.29%40.39%-
HSV(B)14.52º94.9%76.86%-
XYZ24.1914.491.81-
YUV92.0381.71202.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 75.10%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 10 (4.30% from 255) = 3.83%
R=75.10%
G=21.07%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196551000.720.950.2314.5290.2940.39
HexC437A0485F17f5a28
Octal30467120110137271713250
Binary1100010011011110100100100010111111011111111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4370A; }

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

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

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

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

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

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

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

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