#C21E03

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

Shades of Harley Davidson Orange #C21E03

Tints of Harley Davidson Orange #C21E03

Color information

#C21E03 (or 0xC21E03) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 1E and 03. RGB value is (194,30,3). Sum of RGB (Red+Green+Blue) = 194+30+3=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21E03 is #3DE1FC. Grayscale: #4C4C4C. Windows color (decimal): -4055549 or 204482. OLE color: 204482.

HSL color Cylindrical-coordinate representation of color #C21E03: hue angle of 8.48º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C21E03 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB194303-
CMYK00.850.980.24
HSL8.48º96.95%38.63%-
HSV(B)8.48º98.45%76.08%-
XYZ22.7312.41.28-
YUV75.9686.83212.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 85.46%
GREEN value IS 30 (12.11% from 255) = 13.22%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=85.46%
G=13.22%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19430300.850.980.248.4896.9538.63
HexC21E3055621886127
Octal3023630125142301014147
Binary1100001011110110101010111000101100010001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21E03; }

 p { color: rgb(194,30,3); }

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

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

 a { background-color: rgb(194,30,3); }

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

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

 span { border-color: rgb(194,30,3); }

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