#C23020

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

Shades of Harley Davidson Orange #C23020

Tints of Harley Davidson Orange #C23020

Color information

#C23020 (or 0xC23020) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 30 and 20. RGB value is (194,48,32). Sum of RGB (Red+Green+Blue) = 194+48+32=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C23020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23020 is #3DCFDF. Grayscale: #5A5A5A. Windows color (decimal): -4050912 or 2109634. OLE color: 2109634.

HSL color Cylindrical-coordinate representation of color #C23020: hue angle of 5.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C23020 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB1944832-
CMYK00.750.840.24
HSL5.93º71.68%44.31%-
HSV(B)5.93º83.51%76.08%-
XYZ23.5713.692.77-
YUV89.8395.37202.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 70.80%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=70.80%
G=17.52%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194483200.750.840.245.9371.6844.31
HexC2302004B54186482c
Octal3026040011312430611054
Binary11000010110000100000010010111010100110001101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23020; }

 p { color: rgb(194,48,32); }

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

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

 a { background-color: rgb(194,48,32); }

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

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

 span { border-color: rgb(194,48,32); }

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