#C22B19

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

Shades of Harley Davidson Orange #C22B19

Tints of Harley Davidson Orange #C22B19

Color information

#C22B19 (or 0xC22B19) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 2B and 19. RGB value is (194,43,25). Sum of RGB (Red+Green+Blue) = 194+43+25=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22B19 is #3DD4E6. Grayscale: #565656. Windows color (decimal): -4052199 or 1649602. OLE color: 1649602.

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

Color convert

RGB1944325-
CMYK00.780.870.24
HSL6.39º77.17%42.94%-
HSV(B)6.39º87.11%76.08%-
XYZ23.2913.272.25-
YUV86.193.53204.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.05%
GREEN value IS 43 (17.19% from 255) = 16.41%
BLUE value IS 25 (10.16% from 255) = 9.54%
R=74.05%
G=16.41%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194432500.780.870.246.3977.1742.94
HexC22B1904E571864d2b
Octal3025331011612730611553
Binary1100001010101111001010011101010111110001101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22B19; }

 p { color: rgb(194,43,25); }

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

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

 a { background-color: rgb(194,43,25); }

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

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

 span { border-color: rgb(194,43,25); }

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