#C13E1C

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

Shades of Harley Davidson Orange #C13E1C

Tints of Harley Davidson Orange #C13E1C

Color information

#C13E1C (or 0xC13E1C) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 3E and 1C. RGB value is (193,62,28). Sum of RGB (Red+Green+Blue) = 193+62+28=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E1C is #3EC1E3. Grayscale: #616161. Windows color (decimal): -4112868 or 1851073. OLE color: 1851073.

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

Color convert

RGB1936228-
CMYK00.680.850.24
HSL12.36º74.66%43.33%-
HSV(B)12.36º85.49%75.69%-
XYZ23.9214.872.71-
YUV97.2988.9196.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 68.20%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 28 (11.33% from 255) = 9.89%
R=68.20%
G=21.91%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193622800.680.850.2412.3674.6643.33
HexC13E1C0445518c4b2b
Octal30176340104125301411353
Binary11000001111110111000100010010101011100011001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E1C; }

 p { color: rgb(193,62,28); }

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

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

 a { background-color: rgb(193,62,28); }

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

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

 span { border-color: rgb(193,62,28); }

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