#C63421

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

Shades of Harley Davidson Orange #C63421

Tints of Harley Davidson Orange #C63421

Color information

#C63421 (or 0xC63421) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 34 and 21. RGB value is (198,52,33). Sum of RGB (Red+Green+Blue) = 198+52+33=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C63421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63421 is #39CBDE. Grayscale: #5D5D5D. Windows color (decimal): -3787743 or 2176198. OLE color: 2176198.

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

Color convert

RGB1985233-
CMYK00.740.830.22
HSL6.91º71.43%45.29%-
HSV(B)6.91º83.33%77.65%-
XYZ24.7914.572.94-
YUV93.4993.87202.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.96%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 33 (13.28% from 255) = 11.66%
R=69.96%
G=18.37%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198523300.740.830.226.9171.4345.29
HexC6342104A53167472d
Octal3066441011212326710755
Binary11000110110100100001010010101010011101101111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63421; }

 p { color: rgb(198,52,33); }

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

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

 a { background-color: rgb(198,52,33); }

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

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

 span { border-color: rgb(198,52,33); }

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