#C63821

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

Shades of Harley Davidson Orange #C63821

Tints of Harley Davidson Orange #C63821

Color information

#C63821 (or 0xC63821) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 38 and 21. RGB value is (198,56,33). Sum of RGB (Red+Green+Blue) = 198+56+33=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C63821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63821 is #39C7DE. Grayscale: #606060. Windows color (decimal): -3786719 or 2177222. OLE color: 2177222.

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

Color convert

RGB1985633-
CMYK00.720.830.22
HSL8.36º71.43%45.29%-
HSV(B)8.36º83.33%77.65%-
XYZ24.9814.943.01-
YUV95.8492.54200.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.99%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 33 (13.28% from 255) = 11.50%
R=68.99%
G=19.51%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198563300.720.830.228.3671.4345.29
HexC6382104853168472d
Octal30670410110123261010755
Binary110001101110001000010100100010100111011010001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63821; }

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

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

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

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

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

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

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

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