#C12C1F

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

Shades of Harley Davidson Orange #C12C1F

Tints of Harley Davidson Orange #C12C1F

Color information

#C12C1F (or 0xC12C1F) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2C and 1F. RGB value is (193,44,31). Sum of RGB (Red+Green+Blue) = 193+44+31=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C1F is #3ED3E0. Grayscale: #575757. Windows color (decimal): -4117473 or 2043073. OLE color: 2043073.

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

Color convert

RGB1934431-
CMYK00.770.840.24
HSL4.81º72.32%43.92%-
HSV(B)4.81º83.94%75.69%-
XYZ23.1413.242.63-
YUV87.0796.36203.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 72.01%
GREEN value IS 44 (17.58% from 255) = 16.42%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=72.01%
G=16.42%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193443100.770.840.244.8172.3243.92
HexC12C1F04D54185482c
Octal3015437011512430511054
Binary1100000110110011111010011011010100110001011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12C1F; }

 p { color: rgb(193,44,31); }

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

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

 a { background-color: rgb(193,44,31); }

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

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

 span { border-color: rgb(193,44,31); }

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