#C23003

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

Shades of Harley Davidson Orange #C23003

Tints of Harley Davidson Orange #C23003

Color information

#C23003 (or 0xC23003) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 30 and 03. RGB value is (194,48,3). Sum of RGB (Red+Green+Blue) = 194+48+3=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C23003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23003 is #3DCFFC. Grayscale: #565656. Windows color (decimal): -4050941 or 209090. OLE color: 209090.

HSL color Cylindrical-coordinate representation of color #C23003: hue angle of 14.14º 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 #C23003 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB194483-
CMYK00.750.980.24
HSL14.14º96.95%38.63%-
HSV(B)14.14º98.45%76.08%-
XYZ23.3213.591.48-
YUV86.5280.87204.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 79.18%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 3 (1.56% from 255) = 1.22%
R=79.18%
G=19.59%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19448300.750.980.2414.1496.9538.63
HexC230304B6218e6127
Octal3026030113142301614147
Binary11000010110000110100101111000101100011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23003; }

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

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

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

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

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

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

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

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